Union windows_sys::Win32::UI::Input::RAWINPUT_0
[−]#[repr(C)]
pub union RAWINPUT_0 {
pub mouse: RAWMOUSE,
pub keyboard: RAWKEYBOARD,
pub hid: RAWHID,
}
Expand description
Required features: "Win32_UI_Input"
, "Win32_Foundation"
Fields
mouse: RAWMOUSE
keyboard: RAWKEYBOARD
hid: RAWHID
Trait Implementations
impl Clone for RAWINPUT_0
impl Clone for RAWINPUT_0
impl Copy for RAWINPUT_0
Auto Trait Implementations
impl RefUnwindSafe for RAWINPUT_0
impl Send for RAWINPUT_0
impl Sync for RAWINPUT_0
impl Unpin for RAWINPUT_0
impl UnwindSafe for RAWINPUT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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