Struct winapi::winuser::RAWINPUTDEVICELIST
[−]
[src]
pub struct RAWINPUTDEVICELIST { pub hDevice: HANDLE, pub dwType: DWORD, }
Fields
hDevice | |
dwType |
Trait Implementations
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