#[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
impl Copy for RAWKEYBOARD
Auto Trait Implementations§
impl Freeze for RAWKEYBOARD
impl RefUnwindSafe for RAWKEYBOARD
impl Send for RAWKEYBOARD
impl Sync for RAWKEYBOARD
impl Unpin for RAWKEYBOARD
impl UnwindSafe for RAWKEYBOARD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more