Struct libc::input_id
#[repr(C)]
pub struct input_id {
pub bustype: ::__u16,
pub vendor: ::__u16,
pub product: ::__u16,
pub version: ::__u16,
}Fields
pub bustype: ::__u16pub vendor: ::__u16pub product: ::__u16pub version: ::__u16Trait Implementations
impl Debug for input_id
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for input_id
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for input_idimpl StructuralPartialEq for input_idAuto Trait Implementations
impl RefUnwindSafe for input_idimpl UnwindSafe for input_idBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T