#[repr(C)]pub struct hiddev_field_info {Show 14 fields
pub report_type: __u32,
pub report_id: __u32,
pub field_index: __u32,
pub maxusage: __u32,
pub flags: __u32,
pub physical: __u32,
pub logical: __u32,
pub application: __u32,
pub logical_minimum: __s32,
pub logical_maximum: __s32,
pub physical_minimum: __s32,
pub physical_maximum: __s32,
pub unit_exponent: __u32,
pub unit: __u32,
}
Fields§
§report_type: __u32
§report_id: __u32
§field_index: __u32
§maxusage: __u32
§flags: __u32
§physical: __u32
§logical: __u32
§application: __u32
§logical_minimum: __s32
§logical_maximum: __s32
§physical_minimum: __s32
§physical_maximum: __s32
§unit_exponent: __u32
§unit: __u32
Trait Implementations§
Source§impl Clone for hiddev_field_info
impl Clone for hiddev_field_info
Source§fn clone(&self) -> hiddev_field_info
fn clone(&self) -> hiddev_field_info
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_field_info
impl Debug for hiddev_field_info
impl Copy for hiddev_field_info
Auto Trait Implementations§
impl Freeze for hiddev_field_info
impl RefUnwindSafe for hiddev_field_info
impl Send for hiddev_field_info
impl Sync for hiddev_field_info
impl Unpin for hiddev_field_info
impl UnwindSafe for hiddev_field_info
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