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