pub struct ProcessorResetToDefaultsAction {}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 ProcessorResetToDefaultsAction
impl RefUnwindSafe for ProcessorResetToDefaultsAction
impl Send for ProcessorResetToDefaultsAction
impl Sync for ProcessorResetToDefaultsAction
impl Unpin for ProcessorResetToDefaultsAction
impl UnsafeUnpin for ProcessorResetToDefaultsAction
impl UnwindSafe for ProcessorResetToDefaultsAction
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