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

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

Fields

BatteryType: BYTE BatteryLevel: BYTE

Trait Implementations

impl Debug for XINPUT_BATTERY_INFORMATION
[src]

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

Formats the value using the given formatter.

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