pub struct ControlResetToDefaultsAction {}Expand description
The action resets the values of writable properties to factory defaults.
This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlResetToDefaultsAction
impl RefUnwindSafe for ControlResetToDefaultsAction
impl Send for ControlResetToDefaultsAction
impl Sync for ControlResetToDefaultsAction
impl Unpin for ControlResetToDefaultsAction
impl UnsafeUnpin for ControlResetToDefaultsAction
impl UnwindSafe for ControlResetToDefaultsAction
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