Struct winapi::winuser::RAWINPUTDEVICE [] [src]

pub struct RAWINPUTDEVICE {
    pub usUsagePage: USHORT,
    pub usUsage: USHORT,
    pub dwFlags: DWORD,
    pub hwndTarget: HWND,
}

Fields

usUsagePage
usUsage
dwFlags
hwndTarget

Trait Implementations

Derived Implementations

impl Debug for RAWINPUTDEVICE

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

impl Copy for RAWINPUTDEVICE

impl Clone for RAWINPUTDEVICE

fn clone(&self) -> RAWINPUTDEVICE

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