Struct NVME_ERROR_INJECTION_ENTRY
#[repr(C)]pub struct NVME_ERROR_INJECTION_ENTRY {
pub Flags: NVME_ERROR_INJECTION_ENTRY_0,
pub Reserved1: u8,
pub ErrorInjectionType: u16,
pub ErrorInjectionTypeSpecific: [u8; 28],
}
Fields§
§Flags: NVME_ERROR_INJECTION_ENTRY_0
§Reserved1: u8
§ErrorInjectionType: u16
§ErrorInjectionTypeSpecific: [u8; 28]
Trait Implementations§
§impl Clone for NVME_ERROR_INJECTION_ENTRY
impl Clone for NVME_ERROR_INJECTION_ENTRY
§fn clone(&self) -> NVME_ERROR_INJECTION_ENTRY
fn clone(&self) -> NVME_ERROR_INJECTION_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NVME_ERROR_INJECTION_ENTRY
Auto Trait Implementations§
impl Freeze for NVME_ERROR_INJECTION_ENTRY
impl RefUnwindSafe for NVME_ERROR_INJECTION_ENTRY
impl Send for NVME_ERROR_INJECTION_ENTRY
impl Sync for NVME_ERROR_INJECTION_ENTRY
impl Unpin for NVME_ERROR_INJECTION_ENTRY
impl UnwindSafe for NVME_ERROR_INJECTION_ENTRY
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