Struct windows_sys::Win32::System::Power::PROCESSOR_POWER_INFORMATION
#[repr(C)]pub struct PROCESSOR_POWER_INFORMATION {
pub Number: u32,
pub MaxMhz: u32,
pub CurrentMhz: u32,
pub MhzLimit: u32,
pub MaxIdleState: u32,
pub CurrentIdleState: u32,
}Expand description
Required features: "Win32_System_Power"
Fields§
§Number: u32§MaxMhz: u32§CurrentMhz: u32§MhzLimit: u32§MaxIdleState: u32§CurrentIdleState: u32