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