Struct winapi::xinput::XINPUT_BATTERY_INFORMATION
[−]
[src]
pub struct XINPUT_BATTERY_INFORMATION {
pub BatteryType: BYTE,
pub BatteryLevel: BYTE,
}Fields
BatteryType | |
BatteryLevel |
Trait Implementations
impl Copy for XINPUT_BATTERY_INFORMATION[src]
impl Clone for XINPUT_BATTERY_INFORMATION[src]
fn clone(&self) -> XINPUT_BATTERY_INFORMATION
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more