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: DWORD DemoteLimit: DWORD PromoteLimit: DWORD DemotePercent: BYTE PromotePercent: BYTE Spare: [BYTE; 2] Reserved: DWORD

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 Debug for PROCESSOR_POWER_POLICY_INFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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