#[repr(C, packed(1))]pub struct NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3 {Show 31 fields
pub MediaUnitsWritten: [u8; 16],
pub MediaUnitsRead: [u8; 16],
pub BadUserNANDBlockCount: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_1,
pub BadSystemNANDBlockCount: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_0,
pub XORRecoveryCount: u64,
pub UnrecoverableReadErrorCount: u64,
pub SoftECCErrorCount: u64,
pub EndToEndCorrectionCounts: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_2,
pub PercentageSystemDataUsed: u8,
pub RefreshCount: [u8; 7],
pub UserDataEraseCounts: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_4,
pub ThermalThrottling: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_3,
pub DSSDSpecVersion: [u8; 6],
pub PCIeCorrectableErrorCount: u64,
pub IncompleteShutdownCount: u32,
pub Reserved1: u32,
pub PercentageFreeBlocks: u8,
pub Reserved2: [u8; 7],
pub CapacitorHealth: u16,
pub NvmeErrata: u8,
pub Reserved3: [u8; 5],
pub UnalignedIOCount: u64,
pub SecurityVersionNumber: u64,
pub NUSE: u64,
pub PLPStartCount: [u8; 16],
pub EnduranceEstimate: [u8; 16],
pub PCIeLinkRetrainingCount: u64,
pub PowerStateChangeCount: u64,
pub Reserved4: [u8; 286],
pub LogPageVersionNumber: u16,
pub LogPageGUID: GUID,
}
Fields§
§MediaUnitsWritten: [u8; 16]
§MediaUnitsRead: [u8; 16]
§BadUserNANDBlockCount: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_1
§BadSystemNANDBlockCount: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_0
§XORRecoveryCount: u64
§UnrecoverableReadErrorCount: u64
§SoftECCErrorCount: u64
§EndToEndCorrectionCounts: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_2
§PercentageSystemDataUsed: u8
§RefreshCount: [u8; 7]
§UserDataEraseCounts: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_4
§ThermalThrottling: NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3_3
§DSSDSpecVersion: [u8; 6]
§PCIeCorrectableErrorCount: u64
§IncompleteShutdownCount: u32
§Reserved1: u32
§PercentageFreeBlocks: u8
§Reserved2: [u8; 7]
§CapacitorHealth: u16
§NvmeErrata: u8
§Reserved3: [u8; 5]
§UnalignedIOCount: u64
§SecurityVersionNumber: u64
§NUSE: u64
§PLPStartCount: [u8; 16]
§EnduranceEstimate: [u8; 16]
§PCIeLinkRetrainingCount: u64
§PowerStateChangeCount: u64
§Reserved4: [u8; 286]
§LogPageVersionNumber: u16
§LogPageGUID: GUID
Trait Implementations§
§impl Clone for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl Clone for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
§fn clone(&self) -> NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
fn clone(&self) -> NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
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_OCP_DEVICE_SMART_INFORMATION_LOG_V3
Auto Trait Implementations§
impl Freeze for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl RefUnwindSafe for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl Send for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl Sync for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl Unpin for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
impl UnwindSafe for NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)