Struct winapi::um::winnt::PPM_WMI_PERF_STATES_EX [−][src]
#[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
Returns the “default value” for a type. Read more