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