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