#[repr(C)]
pub struct PPM_WMI_PERF_STATES {
Show 21 fields pub Count: u32, pub MaxFrequency: u32, pub CurrentState: u32, pub MaxPerfState: u32, pub MinPerfState: u32, pub LowestPerfState: u32, pub ThermalConstraint: u32, pub BusyAdjThreshold: u8, pub PolicyType: u8, pub Type: u8, pub Reserved: u8, pub TimerInterval: u32, pub TargetProcessors: u64, pub PStateHandler: u32, pub PStateContext: u32, pub TStateHandler: u32, pub TStateContext: u32, pub FeedbackHandler: u32, pub Reserved1: u32, pub Reserved2: u64, pub State: [PPM_WMI_PERF_STATE; 1],
}
Expand description

Required features: "Win32_System_SystemServices"

Fields

Count: u32MaxFrequency: u32CurrentState: u32MaxPerfState: u32MinPerfState: u32LowestPerfState: u32ThermalConstraint: u32BusyAdjThreshold: u8PolicyType: u8Type: u8Reserved: u8TimerInterval: u32TargetProcessors: u64PStateHandler: u32PStateContext: u32TStateHandler: u32TStateContext: u32FeedbackHandler: u32Reserved1: u32Reserved2: u64State: [PPM_WMI_PERF_STATE; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.