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