#[repr(C)]pub struct PPM_IDLE_ACCOUNTING {
    pub StateCount: DWORD,
    pub TotalTransitions: DWORD,
    pub ResetCount: DWORD,
    pub StartTime: DWORD64,
    pub State: [PPM_IDLE_STATE_ACCOUNTING; 1],
}Fields§
§StateCount: DWORD§TotalTransitions: DWORD§ResetCount: DWORD§StartTime: DWORD64§State: [PPM_IDLE_STATE_ACCOUNTING; 1]Trait Implementations§
Source§impl Clone for PPM_IDLE_ACCOUNTING
 
impl Clone for PPM_IDLE_ACCOUNTING
Source§fn clone(&self) -> PPM_IDLE_ACCOUNTING
 
fn clone(&self) -> PPM_IDLE_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_ACCOUNTING
Auto Trait Implementations§
impl Freeze for PPM_IDLE_ACCOUNTING
impl RefUnwindSafe for PPM_IDLE_ACCOUNTING
impl Send for PPM_IDLE_ACCOUNTING
impl Sync for PPM_IDLE_ACCOUNTING
impl Unpin for PPM_IDLE_ACCOUNTING
impl UnwindSafe for PPM_IDLE_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