Struct win_sys::SystemServices::PPM_WMI_IDLE_STATES_EX [−][src]
#[repr(C)]pub struct PPM_WMI_IDLE_STATES_EX {
pub Type: u32,
pub Count: u32,
pub TargetState: u32,
pub OldState: u32,
pub TargetProcessors: *mut c_void,
pub State: [PPM_WMI_IDLE_STATE; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
Type: u32Count: u32TargetState: u32OldState: u32TargetProcessors: *mut c_voidState: [PPM_WMI_IDLE_STATE; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PPM_WMI_IDLE_STATES_EX
impl !Send for PPM_WMI_IDLE_STATES_EX
impl !Sync for PPM_WMI_IDLE_STATES_EX
impl Unpin for PPM_WMI_IDLE_STATES_EX
impl UnwindSafe for PPM_WMI_IDLE_STATES_EX
Blanket Implementations
Mutably borrows from an owned value. Read more