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