Struct windows_sys::Win32::System::SystemServices::PROCESSOR_IDLESTATE_INFO
#[repr(C)]pub struct PROCESSOR_IDLESTATE_INFO {
pub TimeCheck: u32,
pub DemotePercent: u8,
pub PromotePercent: u8,
pub Spare: [u8; 2],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§TimeCheck: u32
§DemotePercent: u8
§PromotePercent: u8
§Spare: [u8; 2]