Struct winapi::winuser::RAWKEYBOARD [] [src]

pub struct RAWKEYBOARD {
    pub MakeCode: USHORT,
    pub Flags: USHORT,
    pub Reserved: USHORT,
    pub VKey: USHORT,
    pub Message: UINT,
    pub ExtraInformation: ULONG,
}

Fields

MakeCode: USHORT Flags: USHORT Reserved: USHORT VKey: USHORT Message: UINT ExtraInformation: ULONG

Trait Implementations

impl Debug for RAWKEYBOARD
[src]

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

Formats the value using the given formatter.

impl Copy for RAWKEYBOARD
[src]

impl Clone for RAWKEYBOARD
[src]

fn clone(&self) -> RAWKEYBOARD

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