Struct win_sys::SystemServices::PPM_IDLE_STATE_ACCOUNTING [−][src]
#[repr(C)]pub struct PPM_IDLE_STATE_ACCOUNTING {
pub IdleTransitions: u32,
pub FailedTransitions: u32,
pub InvalidBucketIndex: u32,
pub TotalTime: u64,
pub IdleTimeBuckets: [u32; 6],
}Expand description
Required features: Win32_System_SystemServices
Fields
IdleTransitions: u32FailedTransitions: u32InvalidBucketIndex: u32TotalTime: u64IdleTimeBuckets: [u32; 6]Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more