Struct winapi::winuser::RAWINPUTDEVICELIST [] [src]

pub struct RAWINPUTDEVICELIST {
    pub hDevice: HANDLE,
    pub dwType: DWORD,
}

Fields

hDevice
dwType

Trait Implementations

Derived Implementations

impl Debug for RAWINPUTDEVICELIST

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

impl Copy for RAWINPUTDEVICELIST

impl Clone for RAWINPUTDEVICELIST

fn clone(&self) -> RAWINPUTDEVICELIST

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