Struct winapi::winuser::RAWINPUT [] [src]

pub struct RAWINPUT {
    pub header: RAWINPUTHEADER,
    pub mouse: RAWMOUSE,
}

Fields

header
mouse

Trait Implementations

Derived Implementations

impl Debug for RAWINPUT

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for RAWINPUT

impl Clone for RAWINPUT

fn clone(&self) -> RAWINPUT

fn clone_from(&mut self, source: &Self)