#[repr(C)]pub struct hiddev_devinfo {
pub bustype: __u32,
pub busnum: __u32,
pub devnum: __u32,
pub ifnum: __u32,
pub vendor: __s16,
pub product: __s16,
pub version: __s16,
pub num_applications: __u32,
}
Fields§
§bustype: __u32
§busnum: __u32
§devnum: __u32
§ifnum: __u32
§vendor: __s16
§product: __s16
§version: __s16
§num_applications: __u32
Trait Implementations§
Source§impl Clone for hiddev_devinfo
impl Clone for hiddev_devinfo
Source§fn clone(&self) -> hiddev_devinfo
fn clone(&self) -> hiddev_devinfo
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_devinfo
impl Debug for hiddev_devinfo
impl Copy for hiddev_devinfo
Auto Trait Implementations§
impl Freeze for hiddev_devinfo
impl RefUnwindSafe for hiddev_devinfo
impl Send for hiddev_devinfo
impl Sync for hiddev_devinfo
impl Unpin for hiddev_devinfo
impl UnwindSafe for hiddev_devinfo
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