Struct windows_sys::Win32::System::SystemServices::PPM_IDLE_ACCOUNTING
#[repr(C)]pub struct PPM_IDLE_ACCOUNTING {
pub StateCount: u32,
pub TotalTransitions: u32,
pub ResetCount: u32,
pub StartTime: u64,
pub State: [PPM_IDLE_STATE_ACCOUNTING; 1],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§StateCount: u32
§TotalTransitions: u32
§ResetCount: u32
§StartTime: u64
§State: [PPM_IDLE_STATE_ACCOUNTING; 1]