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