pub struct Linkspace(/* private fields */);
Expand description
The linkspace runtime.
It connects to a database and a IPC event source Open/create with lk_open. save with lk_save. Use lk_process or lk_process_while to update the reader and get packets with lk_get, lk_get_all, and lk_watch. *
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Linkspace
impl !Send for Linkspace
impl !Sync for Linkspace
impl Unpin for Linkspace
impl !UnwindSafe for Linkspace
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more