#[repr(C)]pub struct RAWINPUTDEVICE {
pub usUsagePage: USHORT,
pub usUsage: USHORT,
pub dwFlags: DWORD,
pub hwndTarget: HWND,
}
Fields§
§usUsagePage: USHORT
§usUsage: USHORT
§dwFlags: DWORD
§hwndTarget: HWND
Trait Implementations§
Source§impl Clone for RAWINPUTDEVICE
impl Clone for RAWINPUTDEVICE
Source§fn clone(&self) -> RAWINPUTDEVICE
fn clone(&self) -> RAWINPUTDEVICE
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 Default for RAWINPUTDEVICE
impl Default for RAWINPUTDEVICE
Source§fn default() -> RAWINPUTDEVICE
fn default() -> RAWINPUTDEVICE
Returns the “default value” for a type. Read more
impl Copy 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