Struct winapi::xinput::XINPUT_BATTERY_INFORMATION [] [src]

pub struct XINPUT_BATTERY_INFORMATION {
    pub BatteryType: BYTE,
    pub BatteryLevel: BYTE,
}

Fields

BatteryType
BatteryLevel

Trait Implementations

Derived Implementations

impl Debug for XINPUT_BATTERY_INFORMATION

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for XINPUT_BATTERY_INFORMATION

impl Clone for XINPUT_BATTERY_INFORMATION

fn clone(&self) -> XINPUT_BATTERY_INFORMATION

fn clone_from(&mut self, source: &Self)