pub struct NMDeviceOlpcMesh { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for NMDeviceOlpcMesh
impl !Sync for NMDeviceOlpcMesh
impl !Unpin for NMDeviceOlpcMesh
impl Freeze for NMDeviceOlpcMesh
impl RefUnwindSafe for NMDeviceOlpcMesh
impl UnsafeUnpin for NMDeviceOlpcMesh
impl UnwindSafe for NMDeviceOlpcMesh
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