Struct windows_sys::Win32::System::Ioctl::STORAGE_HW_ENDURANCE_INFO
#[repr(C)]pub struct STORAGE_HW_ENDURANCE_INFO {
pub ValidFields: u32,
pub GroupId: u32,
pub Flags: STORAGE_HW_ENDURANCE_INFO_0,
pub LifePercentage: u32,
pub BytesReadCount: [u8; 16],
pub ByteWriteCount: [u8; 16],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ValidFields: u32
§GroupId: u32
§Flags: STORAGE_HW_ENDURANCE_INFO_0
§LifePercentage: u32
§BytesReadCount: [u8; 16]
§ByteWriteCount: [u8; 16]