#[repr(C)]pub struct RAWINPUTDEVICE {
pub usUsagePage: u16,
pub usUsage: u16,
pub dwFlags: RAWINPUTDEVICE_FLAGS,
pub hwndTarget: HWND,
}
Fields§
§usUsagePage: u16
§usUsage: u16
§dwFlags: RAWINPUTDEVICE_FLAGS
§hwndTarget: HWND
Trait Implementations§
Source§impl Abi for RAWINPUTDEVICE
impl Abi for RAWINPUTDEVICE
Source§type Abi = RAWINPUTDEVICE
type Abi = RAWINPUTDEVICE
The abi representation of the implementing type. Read more
type DefaultType = RAWINPUTDEVICE
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 RAWINPUTDEVICE
impl Clone for RAWINPUTDEVICE
Source§fn clone(&self) -> RAWINPUTDEVICE
fn clone(&self) -> RAWINPUTDEVICE
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 RAWINPUTDEVICE
impl Debug for RAWINPUTDEVICE
Source§impl Default for RAWINPUTDEVICE
impl Default for RAWINPUTDEVICE
Source§impl PartialEq for RAWINPUTDEVICE
impl PartialEq for RAWINPUTDEVICE
impl Copy for RAWINPUTDEVICE
impl Eq for RAWINPUTDEVICE
Auto Trait Implementations§
impl Freeze for RAWINPUTDEVICE
impl RefUnwindSafe for RAWINPUTDEVICE
impl Send for RAWINPUTDEVICE
impl Sync for RAWINPUTDEVICE
impl Unpin for RAWINPUTDEVICE
impl UnwindSafe for RAWINPUTDEVICE
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