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

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

Fields

hDevice: HANDLE dwType: DWORD

Trait Implementations

impl Debug for RAWINPUTDEVICELIST
[src]

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

Formats the value using the given formatter.

impl Copy for RAWINPUTDEVICELIST
[src]

impl Clone for RAWINPUTDEVICELIST
[src]

fn clone(&self) -> RAWINPUTDEVICELIST

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