Struct winapi::winuser::KEYBDINPUT [] [src]

pub struct KEYBDINPUT {
    pub wVk: WORD,
    pub wScan: WORD,
    pub dwFlags: DWORD,
    pub time: DWORD,
    pub dwExtraInfo: ULONG_PTR,
}

Fields

wVk: WORD wScan: WORD dwFlags: DWORD time: DWORD dwExtraInfo: ULONG_PTR

Trait Implementations

impl Debug for KEYBDINPUT
[src]

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

Formats the value using the given formatter.

impl Copy for KEYBDINPUT
[src]

impl Clone for KEYBDINPUT
[src]

fn clone(&self) -> KEYBDINPUT

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