pub struct NetworkAdapterResetSettingsToDefaultAction {}Expand description
This action is to clear the settings back to factory defaults.
This action shall reset of all active and pending settings back to factory default settings upon reset of the network adapter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkAdapterResetSettingsToDefaultAction
impl RefUnwindSafe for NetworkAdapterResetSettingsToDefaultAction
impl Send for NetworkAdapterResetSettingsToDefaultAction
impl Sync for NetworkAdapterResetSettingsToDefaultAction
impl Unpin for NetworkAdapterResetSettingsToDefaultAction
impl UnsafeUnpin for NetworkAdapterResetSettingsToDefaultAction
impl UnwindSafe for NetworkAdapterResetSettingsToDefaultAction
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