Struct hidraw_sys::hidraw_report_descriptor
source · #[repr(C)]pub struct hidraw_report_descriptor {
pub size: __u32,
pub value: [__u8; 4096],
}Fields§
§size: __u32§value: [__u8; 4096]Trait Implementations§
source§impl Clone for hidraw_report_descriptor
impl Clone for hidraw_report_descriptor
source§fn clone(&self) -> hidraw_report_descriptor
fn clone(&self) -> hidraw_report_descriptor
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_report_descriptor
impl Debug for hidraw_report_descriptor
source§impl Hash for hidraw_report_descriptor
impl Hash for hidraw_report_descriptor
source§impl PartialEq<hidraw_report_descriptor> for hidraw_report_descriptor
impl PartialEq<hidraw_report_descriptor> for hidraw_report_descriptor
source§fn eq(&self, other: &hidraw_report_descriptor) -> bool
fn eq(&self, other: &hidraw_report_descriptor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.