#[repr(C)]pub struct hiddev_usage_ref {
pub report_type: __u32,
pub report_id: __u32,
pub field_index: __u32,
pub usage_index: __u32,
pub usage_code: __u32,
pub value: __s32,
}
Fields§
§report_type: __u32
§report_id: __u32
§field_index: __u32
§usage_index: __u32
§usage_code: __u32
§value: __s32
Trait Implementations§
Source§impl Clone for hiddev_usage_ref
impl Clone for hiddev_usage_ref
Source§fn clone(&self) -> hiddev_usage_ref
fn clone(&self) -> hiddev_usage_ref
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 hiddev_usage_ref
impl Debug for hiddev_usage_ref
impl Copy for hiddev_usage_ref
Auto Trait Implementations§
impl Freeze for hiddev_usage_ref
impl RefUnwindSafe for hiddev_usage_ref
impl Send for hiddev_usage_ref
impl Sync for hiddev_usage_ref
impl Unpin for hiddev_usage_ref
impl UnwindSafe for hiddev_usage_ref
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