pub type RAWINPUTDEVICE = tagRAWINPUTDEVICE;
Aliased Type§
struct RAWINPUTDEVICE {
pub usUsagePage: u16,
pub usUsage: u16,
pub dwFlags: u32,
pub hwndTarget: *mut HWND__,
}
Fields§
§usUsagePage: u16
§usUsage: u16
§dwFlags: u32
§hwndTarget: *mut 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