[][src]Struct CCODE::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 Clone for PPM_WMI_PERF_STATES[src]

impl Copy for PPM_WMI_PERF_STATES[src]

impl Debug for PPM_WMI_PERF_STATES[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.