pub struct PamojaProfile { /* private fields */ }Expand description
An opaque handle to a device profile.
Auto Trait Implementations§
impl Freeze for PamojaProfile
impl RefUnwindSafe for PamojaProfile
impl Send for PamojaProfile
impl Sync for PamojaProfile
impl Unpin for PamojaProfile
impl UnsafeUnpin for PamojaProfile
impl UnwindSafe for PamojaProfile
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