Struct win_sys::SystemServices::PPM_IDLE_ACCOUNTING_EX [−][src]
#[repr(C)]pub struct PPM_IDLE_ACCOUNTING_EX {
pub StateCount: u32,
pub TotalTransitions: u32,
pub ResetCount: u32,
pub AbortCount: u32,
pub StartTime: u64,
pub State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
StateCount: u32TotalTransitions: u32ResetCount: u32AbortCount: u32StartTime: u64State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PPM_IDLE_ACCOUNTING_EX
impl Send for PPM_IDLE_ACCOUNTING_EX
impl Sync for PPM_IDLE_ACCOUNTING_EX
impl Unpin for PPM_IDLE_ACCOUNTING_EX
impl UnwindSafe for PPM_IDLE_ACCOUNTING_EX
Blanket Implementations
Mutably borrows from an owned value. Read more