#[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: DWORD§Power: DWORD§TimeCheck: DWORD§PromotePercent: BYTE§DemotePercent: BYTE§StateType: BYTE§Reserved: BYTE§StateFlags: DWORD§Context: DWORD§IdleHandler: DWORD§Reserved1: DWORDTrait Implementations§
Source§impl Clone for PPM_WMI_IDLE_STATE
 
impl Clone for PPM_WMI_IDLE_STATE
Source§fn clone(&self) -> PPM_WMI_IDLE_STATE
 
fn clone(&self) -> PPM_WMI_IDLE_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_IDLE_STATE
Auto Trait Implementations§
impl Freeze for PPM_WMI_IDLE_STATE
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§
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