Struct windows_sys::Win32::Storage::IscsiDisc::STORAGE_ENDURANCE_INFO
[−]#[repr(C)]pub struct STORAGE_ENDURANCE_INFO {
pub ValidFields: u32,
pub GroupId: u32,
pub Flags: STORAGE_ENDURANCE_INFO_0,
pub LifePercentage: u32,
pub BytesReadCount: [u8; 16],
pub ByteWriteCount: [u8; 16],
}Expand description
Required features: ‘Win32_Storage_IscsiDisc’
Fields
ValidFields: u32GroupId: u32Flags: STORAGE_ENDURANCE_INFO_0LifePercentage: u32BytesReadCount: [u8; 16]ByteWriteCount: [u8; 16]