#[repr(C)]
pub struct PPM_WMI_PERF_STATE {
Show 14 fields pub Frequency: u32, pub Power: u32, pub PercentFrequency: u8, pub IncreaseLevel: u8, pub DecreaseLevel: u8, pub Type: u8, pub IncreaseTime: u32, pub DecreaseTime: u32, pub Control: u64, pub Status: u64, pub HitCount: u32, pub Reserved1: u32, pub Reserved2: u64, pub Reserved3: u64,
}
Expand description

Required features: "Win32_System_SystemServices"

Fields§

§Frequency: u32§Power: u32§PercentFrequency: u8§IncreaseLevel: u8§DecreaseLevel: u8§Type: u8§IncreaseTime: u32§DecreaseTime: u32§Control: u64§Status: u64§HitCount: u32§Reserved1: u32§Reserved2: u64§Reserved3: u64

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.