Struct winapi::xinput::XINPUT_KEYSTROKE [] [src]

pub struct XINPUT_KEYSTROKE {
    pub VirtualKey: WORD,
    pub Unicode: WCHAR,
    pub UserIndex: BYTE,
    pub HidCode: BYTE,
}

Fields

VirtualKey: WORD Unicode: WCHAR UserIndex: BYTE HidCode: BYTE

Trait Implementations

impl Debug for XINPUT_KEYSTROKE
[src]

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

Formats the value using the given formatter.

impl Copy for XINPUT_KEYSTROKE
[src]

impl Clone for XINPUT_KEYSTROKE
[src]

fn clone(&self) -> XINPUT_KEYSTROKE

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