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