#[repr(C)]pub struct PPM_WMI_PERF_STATES {Show 21 fields
    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
sourceimpl Clone for PPM_WMI_PERF_STATES
 
impl Clone for PPM_WMI_PERF_STATES
sourcefn clone(&self) -> PPM_WMI_PERF_STATES
 
fn clone(&self) -> PPM_WMI_PERF_STATES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for PPM_WMI_PERF_STATES
Auto Trait Implementations
impl RefUnwindSafe for PPM_WMI_PERF_STATES
impl Send for PPM_WMI_PERF_STATES
impl Sync for PPM_WMI_PERF_STATES
impl Unpin for PPM_WMI_PERF_STATES
impl UnwindSafe for PPM_WMI_PERF_STATES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more