Struct windows_sys::Win32::System::Ioctl::STORAGE_COUNTERS
#[repr(C)]pub struct STORAGE_COUNTERS {
pub Version: u32,
pub Size: u32,
pub NumberOfCounters: u32,
pub Counters: [STORAGE_COUNTER; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§NumberOfCounters: u32
§Counters: [STORAGE_COUNTER; 1]