pub struct MemoryResetAction {
pub reset_type: Option<ResetType>,
}Expand description
This action resets this memory device.
This action shall reset this memory device.
Fields§
§reset_type: Option<ResetType>The type of reset.
This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset.
Trait Implementations§
Source§impl Debug for MemoryResetAction
impl Debug for MemoryResetAction
Auto Trait Implementations§
impl Freeze for MemoryResetAction
impl RefUnwindSafe for MemoryResetAction
impl Send for MemoryResetAction
impl Sync for MemoryResetAction
impl Unpin for MemoryResetAction
impl UnsafeUnpin for MemoryResetAction
impl UnwindSafe for MemoryResetAction
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