pub type STORAGE_COUNTERS = _STORAGE_COUNTERS;Aliased Type§
#[repr(C)]pub struct STORAGE_COUNTERS {
pub Version: u32,
pub Size: u32,
pub NumberOfCounters: u32,
pub Counters: [_STORAGE_COUNTER; 1],
}Fields§
§Version: u32§Size: u32§NumberOfCounters: u32§Counters: [_STORAGE_COUNTER; 1]