[][src]Struct winapi::um::winnt::PPM_WMI_PERF_STATES

#[repr(C)]
pub struct PPM_WMI_PERF_STATES { pub Count: DWORD, pub MaxFrequency: DWORD, pub CurrentState: DWORD, pub MaxPerfState: DWORD, pub MinPerfState: DWORD, pub LowestPerfState: DWORD, pub ThermalConstraint: DWORD, pub BusyAdjThreshold: BYTE, pub PolicyType: BYTE, pub Type: BYTE, pub Reserved: BYTE, pub TimerInterval: DWORD, pub TargetProcessors: DWORD64, pub PStateHandler: DWORD, pub PStateContext: DWORD, pub TStateHandler: DWORD, pub TStateContext: DWORD, pub FeedbackHandler: DWORD, pub Reserved1: DWORD, pub Reserved2: DWORD64, pub State: [PPM_WMI_PERF_STATE; 1], }

Fields

Count: DWORDMaxFrequency: DWORDCurrentState: DWORDMaxPerfState: DWORDMinPerfState: DWORDLowestPerfState: DWORDThermalConstraint: DWORDBusyAdjThreshold: BYTEPolicyType: BYTEType: BYTEReserved: BYTETimerInterval: DWORDTargetProcessors: DWORD64PStateHandler: DWORDPStateContext: DWORDTStateHandler: DWORDTStateContext: DWORDFeedbackHandler: DWORDReserved1: DWORDReserved2: DWORD64State: [PPM_WMI_PERF_STATE; 1]

Trait Implementations

impl Copy for PPM_WMI_PERF_STATES[src]

impl Clone for PPM_WMI_PERF_STATES[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PPM_WMI_PERF_STATES[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]