Struct win_sys::SystemServices::PPM_IDLE_ACCOUNTING [−][src]
#[repr(C)]pub struct PPM_IDLE_ACCOUNTING {
pub StateCount: u32,
pub TotalTransitions: u32,
pub ResetCount: u32,
pub StartTime: u64,
pub State: [PPM_IDLE_STATE_ACCOUNTING; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
StateCount: u32TotalTransitions: u32ResetCount: u32StartTime: u64State: [PPM_IDLE_STATE_ACCOUNTING; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more