Struct win_sys::SystemServices::PPM_IDLE_STATE_ACCOUNTING_EX [−][src]
#[repr(C)]pub struct PPM_IDLE_STATE_ACCOUNTING_EX {
pub TotalTime: u64,
pub IdleTransitions: u32,
pub FailedTransitions: u32,
pub InvalidBucketIndex: u32,
pub MinTimeUs: u32,
pub MaxTimeUs: u32,
pub CancelledTransitions: u32,
pub IdleTimeBuckets: [PPM_IDLE_STATE_BUCKET_EX; 16],
}Expand description
Required features: Win32_System_SystemServices
Fields
TotalTime: u64IdleTransitions: u32FailedTransitions: u32InvalidBucketIndex: u32MinTimeUs: u32MaxTimeUs: u32CancelledTransitions: u32IdleTimeBuckets: [PPM_IDLE_STATE_BUCKET_EX; 16]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PPM_IDLE_STATE_ACCOUNTING_EX
impl Sync for PPM_IDLE_STATE_ACCOUNTING_EX
impl Unpin for PPM_IDLE_STATE_ACCOUNTING_EX
impl UnwindSafe for PPM_IDLE_STATE_ACCOUNTING_EX
Blanket Implementations
Mutably borrows from an owned value. Read more