pub struct MemoryFreezeSecurityStateAction {}Expand description
Freezes the security state of the memory device.
This action shall freeze the security state of the memory device.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryFreezeSecurityStateAction
impl RefUnwindSafe for MemoryFreezeSecurityStateAction
impl Send for MemoryFreezeSecurityStateAction
impl Sync for MemoryFreezeSecurityStateAction
impl Unpin for MemoryFreezeSecurityStateAction
impl UnsafeUnpin for MemoryFreezeSecurityStateAction
impl UnwindSafe for MemoryFreezeSecurityStateAction
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