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