#[repr(C)]pub struct RAWINPUTHEADER {
pub dwType: u32,
pub dwSize: u32,
pub hDevice: HANDLE,
pub wParam: WPARAM,
}
Fields§
§dwType: u32
§dwSize: u32
§hDevice: HANDLE
§wParam: WPARAM
Trait Implementations§
Source§impl Abi for RAWINPUTHEADER
impl Abi for RAWINPUTHEADER
Source§type Abi = RAWINPUTHEADER
type Abi = RAWINPUTHEADER
The abi representation of the implementing type. Read more
type DefaultType = RAWINPUTHEADER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RAWINPUTHEADER
impl Clone for RAWINPUTHEADER
Source§fn clone(&self) -> RAWINPUTHEADER
fn clone(&self) -> RAWINPUTHEADER
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 RAWINPUTHEADER
impl Debug for RAWINPUTHEADER
Source§impl Default for RAWINPUTHEADER
impl Default for RAWINPUTHEADER
Source§impl PartialEq for RAWINPUTHEADER
impl PartialEq for RAWINPUTHEADER
impl Copy for RAWINPUTHEADER
impl Eq for RAWINPUTHEADER
Auto Trait Implementations§
impl Freeze for RAWINPUTHEADER
impl RefUnwindSafe for RAWINPUTHEADER
impl Send for RAWINPUTHEADER
impl Sync for RAWINPUTHEADER
impl Unpin for RAWINPUTHEADER
impl UnwindSafe for RAWINPUTHEADER
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