Struct monitor_api::CompartmentLoader
source · pub struct CompartmentLoader { /* private fields */ }
Expand description
A builder-type for loading compartments.
Implementations§
source§impl CompartmentLoader
impl CompartmentLoader
sourcepub fn load(&self) -> Result<CompartmentHandle, LoadCompartmentError>
pub fn load(&self) -> Result<CompartmentHandle, LoadCompartmentError>
Load the compartment.
Auto Trait Implementations§
impl Crossing for CompartmentLoader
impl ObjSafe for CompartmentLoader
impl RefUnwindSafe for CompartmentLoader
impl Send for CompartmentLoader
impl Sync for CompartmentLoader
impl Unpin for CompartmentLoader
impl UnwindSafe for CompartmentLoader
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