Struct winapi::um::winuser::RID_DEVICE_INFO_HID
source · #[repr(C)]pub struct RID_DEVICE_INFO_HID {
pub dwVendorId: DWORD,
pub dwProductId: DWORD,
pub dwVersionNumber: DWORD,
pub usUsagePage: USHORT,
pub usUsage: USHORT,
}
Fields§
§dwVendorId: DWORD
§dwProductId: DWORD
§dwVersionNumber: DWORD
§usUsagePage: USHORT
§usUsage: USHORT
Trait Implementations§
source§impl Clone for RID_DEVICE_INFO_HID
impl Clone for RID_DEVICE_INFO_HID
source§fn clone(&self) -> RID_DEVICE_INFO_HID
fn clone(&self) -> RID_DEVICE_INFO_HID
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 RID_DEVICE_INFO_HID
impl Default for RID_DEVICE_INFO_HID
source§fn default() -> RID_DEVICE_INFO_HID
fn default() -> RID_DEVICE_INFO_HID
Returns the “default value” for a type. Read more