CM_POWER_DATA

Type Alias CM_POWER_DATA 

Source
pub type CM_POWER_DATA = CM_Power_Data_s;

Aliased Type§

#[repr(C)]
pub struct CM_POWER_DATA { pub PD_Size: u64, pub PD_MostRecentPowerState: i32, pub PD_Capabilities: u64, pub PD_D1Latency: u64, pub PD_D2Latency: u64, pub PD_D3Latency: u64, pub PD_PowerStateMapping: [i32; 7], pub PD_DeepestSystemWake: i32, }

Fields§

§PD_Size: u64§PD_MostRecentPowerState: i32§PD_Capabilities: u64§PD_D1Latency: u64§PD_D2Latency: u64§PD_D3Latency: u64§PD_PowerStateMapping: [i32; 7]§PD_DeepestSystemWake: i32