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