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: u32§Timeout: u32§PowerState: u32§LowCapacity: u32§HighCapacity: u32