#[repr(C)]pub struct hidraw_report_descriptor {
pub size: __u32,
pub value: [__u8; 4096],
}Available on Android or Linux only.
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 duplicate 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 for hidraw_report_descriptor
impl PartialEq for hidraw_report_descriptor
impl Copy for hidraw_report_descriptor
impl Eq for hidraw_report_descriptor
impl StructuralPartialEq for hidraw_report_descriptor
Auto Trait Implementations§
impl Freeze for hidraw_report_descriptor
impl RefUnwindSafe for hidraw_report_descriptor
impl Send for hidraw_report_descriptor
impl Sync for hidraw_report_descriptor
impl Unpin for hidraw_report_descriptor
impl UnwindSafe for hidraw_report_descriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more