#[repr(C)]pub struct tagRAWINPUTHEADER {
pub dwType: DWORD,
pub dwSize: DWORD,
pub hDevice: HANDLE,
pub wParam: WPARAM,
}
Fields§
§dwType: DWORD
§dwSize: DWORD
§hDevice: HANDLE
§wParam: WPARAM
Trait Implementations§
Source§impl Clone for tagRAWINPUTHEADER
impl Clone for tagRAWINPUTHEADER
Source§fn clone(&self) -> tagRAWINPUTHEADER
fn clone(&self) -> tagRAWINPUTHEADER
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 tagRAWINPUTHEADER
impl Debug for tagRAWINPUTHEADER
Source§impl Ord for tagRAWINPUTHEADER
impl Ord for tagRAWINPUTHEADER
Source§fn cmp(&self, other: &tagRAWINPUTHEADER) -> Ordering
fn cmp(&self, other: &tagRAWINPUTHEADER) -> 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 tagRAWINPUTHEADER
impl PartialEq for tagRAWINPUTHEADER
Source§impl PartialOrd for tagRAWINPUTHEADER
impl PartialOrd for tagRAWINPUTHEADER
impl Copy for tagRAWINPUTHEADER
impl Eq for tagRAWINPUTHEADER
impl StructuralPartialEq for tagRAWINPUTHEADER
Auto Trait Implementations§
impl Freeze for tagRAWINPUTHEADER
impl RefUnwindSafe for tagRAWINPUTHEADER
impl !Send for tagRAWINPUTHEADER
impl !Sync for tagRAWINPUTHEADER
impl Unpin for tagRAWINPUTHEADER
impl UnwindSafe for tagRAWINPUTHEADER
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