Struct linux_rust_bindings::hidio::hidio_x86::hidraw_devinfo
source · #[repr(C)]pub struct hidraw_devinfo {
pub bustype: __u32,
pub vendor: __s16,
pub product: __s16,
}
Fields§
§bustype: __u32
§vendor: __s16
§product: __s16
Trait 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 copy 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 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