Struct winapi::winuser::RAWINPUTHEADER [] [src]

pub struct RAWINPUTHEADER {
    pub dwType: DWORD,
    pub dwSize: DWORD,
    pub hDevice: HANDLE,
    pub wParam: WPARAM,
}

Fields

dwType
dwSize
hDevice
wParam

Trait Implementations

Derived Implementations

impl Debug for RAWINPUTHEADER

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

impl Copy for RAWINPUTHEADER

impl Clone for RAWINPUTHEADER

fn clone(&self) -> RAWINPUTHEADER

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