#[repr(C)]pub struct tagRAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: DWORD,
}Fields§
§hDevice: HANDLE§dwType: DWORDTrait Implementations§
Source§impl Clone for tagRAWINPUTDEVICELIST
impl Clone for tagRAWINPUTDEVICELIST
Source§fn clone(&self) -> tagRAWINPUTDEVICELIST
fn clone(&self) -> tagRAWINPUTDEVICELIST
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagRAWINPUTDEVICELIST
Auto Trait Implementations§
impl !Send for tagRAWINPUTDEVICELIST
impl !Sync for tagRAWINPUTDEVICELIST
impl Freeze for tagRAWINPUTDEVICELIST
impl RefUnwindSafe for tagRAWINPUTDEVICELIST
impl Unpin for tagRAWINPUTDEVICELIST
impl UnsafeUnpin for tagRAWINPUTDEVICELIST
impl UnwindSafe for tagRAWINPUTDEVICELIST
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