Struct winapi::winnt::PROCESSOR_POWER_POLICY_INFO
[−]
[src]
pub struct PROCESSOR_POWER_POLICY_INFO {
pub TimeCheck: DWORD,
pub DemoteLimit: DWORD,
pub PromoteLimit: DWORD,
pub DemotePercent: BYTE,
pub PromotePercent: BYTE,
pub Spare: [BYTE; 2],
pub Reserved: DWORD,
}Fields
TimeCheck | |
DemoteLimit | |
PromoteLimit | |
DemotePercent | |
PromotePercent | |
Spare | |
Reserved |
Methods
impl PROCESSOR_POWER_POLICY_INFO[src]
fn AllowDemotion(&self) -> DWORD
fn set_AllowDemotion(&mut self, val: DWORD)
fn AllowPromotion(&self) -> DWORD
fn set_AllowPromotion(&mut self, val: DWORD)
Trait Implementations
impl Copy for PROCESSOR_POWER_POLICY_INFO[src]
impl Clone for PROCESSOR_POWER_POLICY_INFO[src]
fn clone(&self) -> PROCESSOR_POWER_POLICY_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more