Struct windows_sys::Win32::System::Power::BATTERY_WAIT_STATUS
[−]#[repr(C)]pub struct BATTERY_WAIT_STATUS {
pub BatteryTag: u32,
pub Timeout: u32,
pub PowerState: u32,
pub LowCapacity: u32,
pub HighCapacity: u32,
}Expand description
Required features: ‘Win32_System_Power’
Fields
BatteryTag: u32Timeout: u32PowerState: u32LowCapacity: u32HighCapacity: u32