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