#[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: DWORD§FailedTransitions: DWORD§InvalidBucketIndex: DWORD§TotalTime: DWORD64§IdleTimeBuckets: [DWORD; 6]Trait Implementations§
Source§impl Clone for PPM_IDLE_STATE_ACCOUNTING
 
impl Clone for PPM_IDLE_STATE_ACCOUNTING
Source§fn clone(&self) -> PPM_IDLE_STATE_ACCOUNTING
 
fn clone(&self) -> PPM_IDLE_STATE_ACCOUNTING
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_IDLE_STATE_ACCOUNTING
Auto Trait Implementations§
impl Freeze for PPM_IDLE_STATE_ACCOUNTING
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§
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