#[repr(C)]pub struct PPM_WMI_PERF_STATES_EX {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: PVOID,
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: PVOIDPStateHandler: DWORDPStateContext: DWORDTStateHandler: DWORDTStateContext: DWORDFeedbackHandler: DWORDReserved1: DWORDReserved2: DWORD64State: [PPM_WMI_PERF_STATE; 1]Trait Implementations
sourceimpl Clone for PPM_WMI_PERF_STATES_EX
impl Clone for PPM_WMI_PERF_STATES_EX
sourcefn clone(&self) -> PPM_WMI_PERF_STATES_EX
fn clone(&self) -> PPM_WMI_PERF_STATES_EX
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_EX
Auto Trait Implementations
impl RefUnwindSafe for PPM_WMI_PERF_STATES_EX
impl !Send for PPM_WMI_PERF_STATES_EX
impl !Sync for PPM_WMI_PERF_STATES_EX
impl Unpin for PPM_WMI_PERF_STATES_EX
impl UnwindSafe for PPM_WMI_PERF_STATES_EX
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