Union win_sys::SystemServices::PROCESSOR_IDLESTATE_POLICY_0 [−][src]
#[repr(C)]
pub union PROCESSOR_IDLESTATE_POLICY_0 {
pub AsWORD: u16,
pub Anonymous: PROCESSOR_IDLESTATE_POLICY_0_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
AsWORD: u16Anonymous: PROCESSOR_IDLESTATE_POLICY_0_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PROCESSOR_IDLESTATE_POLICY_0
impl Sync for PROCESSOR_IDLESTATE_POLICY_0
impl Unpin for PROCESSOR_IDLESTATE_POLICY_0
impl UnwindSafe for PROCESSOR_IDLESTATE_POLICY_0
Blanket Implementations
Mutably borrows from an owned value. Read more