#[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: HWNDTrait Implementations§
Source§impl Clone for tagRAWINPUTDEVICE
impl Clone for tagRAWINPUTDEVICE
Source§fn clone(&self) -> tagRAWINPUTDEVICE
fn clone(&self) -> tagRAWINPUTDEVICE
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 Debug for tagRAWINPUTDEVICE
impl Debug for tagRAWINPUTDEVICE
impl Copy 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