Struct winapi::winuser::RAWINPUT
[−]
[src]
pub struct RAWINPUT { pub header: RAWINPUTHEADER, pub mouse: RAWMOUSE, }
Fields
header | |
mouse |
Methods
impl RAWINPUT
[src]
impl RAWINPUT
[src]
unsafe fn keyboard(&self) -> &RAWKEYBOARD
unsafe fn keyboard_mut(&mut self) -> &mut RAWKEYBOARD
impl RAWINPUT
[src]
Trait Implementations
impl Copy for RAWINPUT
[src]
impl Clone for RAWINPUT
[src]
fn clone(&self) -> RAWINPUT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more