Struct hidraw_sys::hidraw_devinfo
source · #[repr(C)]pub struct hidraw_devinfo {
pub bustype: __u32,
pub vendor: __s16,
pub product: __s16,
}Fields§
§bustype: __u32§vendor: __s16§product: __s16Trait Implementations§
source§impl Clone for hidraw_devinfo
impl Clone for hidraw_devinfo
source§fn clone(&self) -> hidraw_devinfo
fn clone(&self) -> hidraw_devinfo
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 Debug for hidraw_devinfo
impl Debug for hidraw_devinfo
source§impl Hash for hidraw_devinfo
impl Hash for hidraw_devinfo
source§impl PartialEq<hidraw_devinfo> for hidraw_devinfo
impl PartialEq<hidraw_devinfo> for hidraw_devinfo
source§fn eq(&self, other: &hidraw_devinfo) -> bool
fn eq(&self, other: &hidraw_devinfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.