Struct winapi::um::winuser::RAWINPUTDEVICELIST
source · #[repr(C)]pub struct RAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: DWORD,
}
Fields§
§hDevice: HANDLE
§dwType: DWORD
Trait Implementations§
source§impl Clone for RAWINPUTDEVICELIST
impl Clone for RAWINPUTDEVICELIST
source§fn clone(&self) -> RAWINPUTDEVICELIST
fn clone(&self) -> RAWINPUTDEVICELIST
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RAWINPUTDEVICELIST
impl Default for RAWINPUTDEVICELIST
source§fn default() -> RAWINPUTDEVICELIST
fn default() -> RAWINPUTDEVICELIST
Returns the “default value” for a type. Read more