#[repr(C)]pub struct PPM_WMI_IDLE_STATE {
    pub Latency: DWORD,
    pub Power: DWORD,
    pub TimeCheck: DWORD,
    pub PromotePercent: BYTE,
    pub DemotePercent: BYTE,
    pub StateType: BYTE,
    pub Reserved: BYTE,
    pub StateFlags: DWORD,
    pub Context: DWORD,
    pub IdleHandler: DWORD,
    pub Reserved1: DWORD,
}Fields
Latency: DWORDPower: DWORDTimeCheck: DWORDPromotePercent: BYTEDemotePercent: BYTEStateType: BYTEReserved: BYTEStateFlags: DWORDContext: DWORDIdleHandler: DWORDReserved1: DWORDTrait Implementations
sourceimpl Clone for PPM_WMI_IDLE_STATE
 
impl Clone for PPM_WMI_IDLE_STATE
sourcefn clone(&self) -> PPM_WMI_IDLE_STATE
 
fn clone(&self) -> PPM_WMI_IDLE_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_IDLE_STATE
Auto Trait Implementations
impl RefUnwindSafe for PPM_WMI_IDLE_STATE
impl Send for PPM_WMI_IDLE_STATE
impl Sync for PPM_WMI_IDLE_STATE
impl Unpin for PPM_WMI_IDLE_STATE
impl UnwindSafe for PPM_WMI_IDLE_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