Struct windows_sys::Win32::System::SystemServices::PPM_IDLESTATE_EVENT
#[repr(C)]pub struct PPM_IDLESTATE_EVENT {
pub NewState: u32,
pub OldState: u32,
pub Processors: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§NewState: u32
§OldState: u32
§Processors: u64