Struct windows_sys::Win32::UI::Input::RAWINPUTDEVICELIST
#[repr(C)]pub struct RAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: RID_DEVICE_INFO_TYPE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hDevice: HANDLE
§dwType: RID_DEVICE_INFO_TYPE
Trait Implementations§
§impl Clone for RAWINPUTDEVICELIST
impl Clone for RAWINPUTDEVICELIST
impl Copy for RAWINPUTDEVICELIST
Auto Trait Implementations§
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