Union win_sys::SystemServices::PROCESSOR_PERFSTATE_POLICY_0 [−][src]
#[repr(C)]
pub union PROCESSOR_PERFSTATE_POLICY_0 {
pub Spare: u8,
pub Flags: PROCESSOR_PERFSTATE_POLICY_0_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
Spare: u8Flags: PROCESSOR_PERFSTATE_POLICY_0_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PROCESSOR_PERFSTATE_POLICY_0
impl Sync for PROCESSOR_PERFSTATE_POLICY_0
impl Unpin for PROCESSOR_PERFSTATE_POLICY_0
impl UnwindSafe for PROCESSOR_PERFSTATE_POLICY_0
Blanket Implementations
Mutably borrows from an owned value. Read more