Struct winapi::um::winnt::CM_POWER_DATA [−][src]
#[repr(C)]pub struct CM_POWER_DATA {
pub PD_Size: DWORD,
pub PD_MostRecentPowerState: DEVICE_POWER_STATE,
pub PD_Capabilities: DWORD,
pub PD_D1Latency: DWORD,
pub PD_D2Latency: DWORD,
pub PD_D3Latency: DWORD,
pub PD_PowerStateMapping: [DEVICE_POWER_STATE; 7],
pub PD_DeepestSystemWake: SYSTEM_POWER_STATE,
}Fields
PD_Size: DWORDPD_MostRecentPowerState: DEVICE_POWER_STATEPD_Capabilities: DWORDPD_D1Latency: DWORDPD_D2Latency: DWORDPD_D3Latency: DWORDPD_PowerStateMapping: [DEVICE_POWER_STATE; 7]PD_DeepestSystemWake: SYSTEM_POWER_STATETrait Implementations
Returns the “default value” for a type. Read more