Struct windows_sys::Win32::UI::Input::RAWINPUTDEVICE
#[repr(C)]pub struct RAWINPUTDEVICE {
pub usUsagePage: u16,
pub usUsage: u16,
pub dwFlags: RAWINPUTDEVICE_FLAGS,
pub hwndTarget: HWND,
}Expand description
Required features: "Win32_Foundation"
Fields§
§usUsagePage: u16§usUsage: u16§dwFlags: RAWINPUTDEVICE_FLAGS§hwndTarget: HWNDTrait Implementations§
§impl Clone for RAWINPUTDEVICE
impl Clone for RAWINPUTDEVICE
impl Copy for RAWINPUTDEVICE
Auto Trait Implementations§
impl RefUnwindSafe for RAWINPUTDEVICE
impl Send for RAWINPUTDEVICE
impl Sync for RAWINPUTDEVICE
impl Unpin for RAWINPUTDEVICE
impl UnwindSafe for RAWINPUTDEVICE
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