pub struct MemoryInjectPersistentPoisonAction {
pub physical_address: Option<String>,
}Expand description
Injects poison to a specific persistent memory address in the memory device.
This action shall inject poison to a specific persistent memory address in the memory device.
Fields§
§physical_address: Option<String>The device persistent physical address in which to perform a poison injection as a hex-encoded string.
This parameter shall contain the device persistent physical address in which to perform a poison injection as a hex-encoded string.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryInjectPersistentPoisonAction
impl RefUnwindSafe for MemoryInjectPersistentPoisonAction
impl Send for MemoryInjectPersistentPoisonAction
impl Sync for MemoryInjectPersistentPoisonAction
impl Unpin for MemoryInjectPersistentPoisonAction
impl UnsafeUnpin for MemoryInjectPersistentPoisonAction
impl UnwindSafe for MemoryInjectPersistentPoisonAction
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