Struct windows_sys::Win32::System::Power::BATTERY_SET_INFORMATION
[−]#[repr(C)]pub struct BATTERY_SET_INFORMATION {
pub BatteryTag: u32,
pub InformationLevel: BATTERY_SET_INFORMATION_LEVEL,
pub Buffer: [u8; 1],
}Expand description
Required features: ‘Win32_System_Power’
Fields
BatteryTag: u32InformationLevel: BATTERY_SET_INFORMATION_LEVELBuffer: [u8; 1]