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