#[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: DWORD§Power: DWORD§PercentFrequency: BYTE§IncreaseLevel: BYTE§DecreaseLevel: BYTE§Type: BYTE§IncreaseTime: DWORD§DecreaseTime: DWORD§Control: DWORD64§Status: DWORD64§HitCount: DWORD§Reserved1: DWORD§Reserved2: DWORD64§Reserved3: DWORD64Trait Implementations§
Source§impl Clone for PPM_WMI_PERF_STATE
 
impl Clone for PPM_WMI_PERF_STATE
Source§fn clone(&self) -> PPM_WMI_PERF_STATE
 
fn clone(&self) -> PPM_WMI_PERF_STATE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for PPM_WMI_PERF_STATE
Auto Trait Implementations§
impl Freeze for PPM_WMI_PERF_STATE
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more