#[repr(C)]pub struct tagRAWKEYBOARD {
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 tagRAWKEYBOARD
impl Clone for tagRAWKEYBOARD
Source§fn clone(&self) -> tagRAWKEYBOARD
fn clone(&self) -> tagRAWKEYBOARD
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 Debug for tagRAWKEYBOARD
impl Debug for tagRAWKEYBOARD
Source§impl Ord for tagRAWKEYBOARD
impl Ord for tagRAWKEYBOARD
Source§fn cmp(&self, other: &tagRAWKEYBOARD) -> Ordering
fn cmp(&self, other: &tagRAWKEYBOARD) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRAWKEYBOARD
impl PartialEq for tagRAWKEYBOARD
Source§impl PartialOrd for tagRAWKEYBOARD
impl PartialOrd for tagRAWKEYBOARD
impl Copy for tagRAWKEYBOARD
impl Eq for tagRAWKEYBOARD
impl StructuralPartialEq for tagRAWKEYBOARD
Auto Trait Implementations§
impl Freeze for tagRAWKEYBOARD
impl RefUnwindSafe for tagRAWKEYBOARD
impl Send for tagRAWKEYBOARD
impl Sync for tagRAWKEYBOARD
impl Unpin for tagRAWKEYBOARD
impl UnwindSafe for tagRAWKEYBOARD
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