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