Struct winapi::um::winuser::RAWKEYBOARD
source · #[repr(C)]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§
source§impl Clone for RAWKEYBOARD
impl Clone for RAWKEYBOARD
source§fn clone(&self) -> RAWKEYBOARD
fn clone(&self) -> RAWKEYBOARD
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RAWKEYBOARD
impl Default for RAWKEYBOARD
source§fn default() -> RAWKEYBOARD
fn default() -> RAWKEYBOARD
Returns the “default value” for a type. Read more