Struct win_sys::SystemServices::PROCESSOR_IDLESTATE_INFO [−][src]
#[repr(C)]pub struct PROCESSOR_IDLESTATE_INFO {
pub TimeCheck: u32,
pub DemotePercent: u8,
pub PromotePercent: u8,
pub Spare: [u8; 2],
}Expand description
Required features: Win32_System_SystemServices
Fields
TimeCheck: u32DemotePercent: u8PromotePercent: u8Spare: [u8; 2]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PROCESSOR_IDLESTATE_INFO
impl Send for PROCESSOR_IDLESTATE_INFO
impl Sync for PROCESSOR_IDLESTATE_INFO
impl Unpin for PROCESSOR_IDLESTATE_INFO
impl UnwindSafe for PROCESSOR_IDLESTATE_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more