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 | |
Flags | |
Reserved | |
VKey | |
Message | |
ExtraInformation |
Trait Implementations
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