Struct RAWINPUTDEVICELIST
#[repr(C)]pub struct RAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: RID_DEVICE_INFO_TYPE,
}
Fields§
§hDevice: HANDLE
§dwType: RID_DEVICE_INFO_TYPE
Trait Implementations§
§impl Clone for RAWINPUTDEVICELIST
impl Clone for RAWINPUTDEVICELIST
§fn clone(&self) -> RAWINPUTDEVICELIST
fn clone(&self) -> RAWINPUTDEVICELIST
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 moreimpl Copy for RAWINPUTDEVICELIST
Auto Trait Implementations§
impl Freeze for RAWINPUTDEVICELIST
impl RefUnwindSafe for RAWINPUTDEVICELIST
impl !Send for RAWINPUTDEVICELIST
impl !Sync for RAWINPUTDEVICELIST
impl Unpin for RAWINPUTDEVICELIST
impl UnwindSafe for RAWINPUTDEVICELIST
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