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