Struct winapi::xinput::XINPUT_CAPABILITIES [] [src]

pub struct XINPUT_CAPABILITIES {
    pub Type: BYTE,
    pub SubType: BYTE,
    pub Flags: WORD,
    pub Gamepad: XINPUT_GAMEPAD,
    pub Vibration: XINPUT_VIBRATION,
}

Fields

Type: BYTE SubType: BYTE Flags: WORD Gamepad: XINPUT_GAMEPAD Vibration: XINPUT_VIBRATION

Trait Implementations

impl Debug for XINPUT_CAPABILITIES
[src]

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

Formats the value using the given formatter.

impl Copy for XINPUT_CAPABILITIES
[src]

impl Clone for XINPUT_CAPABILITIES
[src]

fn clone(&self) -> XINPUT_CAPABILITIES

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