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