#[repr(C)]pub struct PPM_WMI_PERF_STATE {Show 14 fields
pub Frequency: DWORD,
pub Power: DWORD,
pub PercentFrequency: BYTE,
pub IncreaseLevel: BYTE,
pub DecreaseLevel: BYTE,
pub Type: BYTE,
pub IncreaseTime: DWORD,
pub DecreaseTime: DWORD,
pub Control: DWORD64,
pub Status: DWORD64,
pub HitCount: DWORD,
pub Reserved1: DWORD,
pub Reserved2: DWORD64,
pub Reserved3: DWORD64,
}Fields
Frequency: DWORDPower: DWORDPercentFrequency: BYTEIncreaseLevel: BYTEDecreaseLevel: BYTEType: BYTEIncreaseTime: DWORDDecreaseTime: DWORDControl: DWORD64Status: DWORD64HitCount: DWORDReserved1: DWORDReserved2: DWORD64Reserved3: DWORD64Trait Implementations
sourceimpl Clone for PPM_WMI_PERF_STATE
impl Clone for PPM_WMI_PERF_STATE
sourcefn clone(&self) -> PPM_WMI_PERF_STATE
fn clone(&self) -> PPM_WMI_PERF_STATE
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_STATE
Auto Trait Implementations
impl RefUnwindSafe for PPM_WMI_PERF_STATE
impl Send for PPM_WMI_PERF_STATE
impl Sync for PPM_WMI_PERF_STATE
impl Unpin for PPM_WMI_PERF_STATE
impl UnwindSafe for PPM_WMI_PERF_STATE
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