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