Struct windows_sys::Win32::System::Power::PROCESSOR_POWER_POLICY_INFO
#[repr(C)]pub struct PROCESSOR_POWER_POLICY_INFO {
pub TimeCheck: u32,
pub DemoteLimit: u32,
pub PromoteLimit: u32,
pub DemotePercent: u8,
pub PromotePercent: u8,
pub Spare: [u8; 2],
pub _bitfield: u32,
}Expand description
Required features: "Win32_System_Power"
Fields§
§TimeCheck: u32§DemoteLimit: u32§PromoteLimit: u32§DemotePercent: u8§PromotePercent: u8§Spare: [u8; 2]§_bitfield: u32