#[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: WPARAMTrait Implementations§
Source§impl Clone for tagRAWINPUTHEADER
impl Clone for tagRAWINPUTHEADER
Source§fn clone(&self) -> tagRAWINPUTHEADER
fn clone(&self) -> tagRAWINPUTHEADER
Returns a duplicate 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
impl Copy 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