Struct windows_sys::Win32::System::Power::CM_POWER_DATA
[−]#[repr(C)]pub struct CM_POWER_DATA {
pub PD_Size: u32,
pub PD_MostRecentPowerState: DEVICE_POWER_STATE,
pub PD_Capabilities: u32,
pub PD_D1Latency: u32,
pub PD_D2Latency: u32,
pub PD_D3Latency: u32,
pub PD_PowerStateMapping: [DEVICE_POWER_STATE; 7],
pub PD_DeepestSystemWake: SYSTEM_POWER_STATE,
}Expand description
Required features: ‘Win32_System_Power’
Fields
PD_Size: u32PD_MostRecentPowerState: DEVICE_POWER_STATEPD_Capabilities: u32PD_D1Latency: u32PD_D2Latency: u32PD_D3Latency: u32PD_PowerStateMapping: [DEVICE_POWER_STATE; 7]PD_DeepestSystemWake: SYSTEM_POWER_STATE