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