#[repr(C)]pub struct PPM_IDLE_STATE_ACCOUNTING {
    pub IdleTransitions: DWORD,
    pub FailedTransitions: DWORD,
    pub InvalidBucketIndex: DWORD,
    pub TotalTime: DWORD64,
    pub IdleTimeBuckets: [DWORD; 6],
}Fields
IdleTransitions: DWORDFailedTransitions: DWORDInvalidBucketIndex: DWORDTotalTime: DWORD64IdleTimeBuckets: [DWORD; 6]Trait Implementations
sourceimpl Clone for PPM_IDLE_STATE_ACCOUNTING
 
impl Clone for PPM_IDLE_STATE_ACCOUNTING
sourcefn clone(&self) -> PPM_IDLE_STATE_ACCOUNTING
 
fn clone(&self) -> PPM_IDLE_STATE_ACCOUNTING
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_IDLE_STATE_ACCOUNTING
Auto Trait Implementations
impl RefUnwindSafe for PPM_IDLE_STATE_ACCOUNTING
impl Send for PPM_IDLE_STATE_ACCOUNTING
impl Sync for PPM_IDLE_STATE_ACCOUNTING
impl Unpin for PPM_IDLE_STATE_ACCOUNTING
impl UnwindSafe for PPM_IDLE_STATE_ACCOUNTING
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