#[repr(C)]struct evdev_id {
bustype: u16,
vendor: u16,
product: u16,
version: u16,
}Fields§
§bustype: u16§vendor: u16§product: u16§version: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for evdev_id
impl RefUnwindSafe for evdev_id
impl Send for evdev_id
impl Sync for evdev_id
impl Unpin for evdev_id
impl UnwindSafe for evdev_id
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