Struct win_sys::SystemServices::PPM_IDLE_STATE_BUCKET_EX [−][src]
#[repr(C)]pub struct PPM_IDLE_STATE_BUCKET_EX {
pub TotalTimeUs: u64,
pub MinTimeUs: u32,
pub MaxTimeUs: u32,
pub Count: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
TotalTimeUs: u64MinTimeUs: u32MaxTimeUs: u32Count: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PPM_IDLE_STATE_BUCKET_EX
impl Send for PPM_IDLE_STATE_BUCKET_EX
impl Sync for PPM_IDLE_STATE_BUCKET_EX
impl Unpin for PPM_IDLE_STATE_BUCKET_EX
impl UnwindSafe for PPM_IDLE_STATE_BUCKET_EX
Blanket Implementations
Mutably borrows from an owned value. Read more