#[repr(C)]pub struct input_id {
pub bustype: u16,
pub vendor: u16,
pub product: u16,
pub version: u16,
}Fields§
§bustype: u16§vendor: u16§product: u16§version: u16Trait Implementations§
impl Copy for input_id
impl Eq for input_id
impl StructuralPartialEq for input_id
Auto Trait Implementations§
impl Freeze for input_id
impl RefUnwindSafe for input_id
impl Send for input_id
impl Sync for input_id
impl Unpin for input_id
impl UnwindSafe for input_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.