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: u32DemoteLimit: u32PromoteLimit: u32DemotePercent: u8PromotePercent: u8Spare: [u8; 2]_bitfield: u32