pub struct PamojaUpdater { /* private fields */ }Expand description
An opaque handle to a device slots and the rules applied to them.
Create it with pamoja_updater_new and release it with
pamoja_updater_free.
Auto Trait Implementations§
impl Freeze for PamojaUpdater
impl RefUnwindSafe for PamojaUpdater
impl Send for PamojaUpdater
impl Sync for PamojaUpdater
impl Unpin for PamojaUpdater
impl UnsafeUnpin for PamojaUpdater
impl UnwindSafe for PamojaUpdater
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