pub struct ControlLib;Expand description
The control organ as a loadable kernel Lib.
Its manifest exports the control/* functions (control_exports) and its
load installs them as callables, registering this crate’s control behavior
against the kernel’s Lib/Linker contract.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlLib
impl RefUnwindSafe for ControlLib
impl Send for ControlLib
impl Sync for ControlLib
impl Unpin for ControlLib
impl UnsafeUnpin for ControlLib
impl UnwindSafe for ControlLib
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