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_UI_Input"
, "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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more