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: ::__u16
pub vendor: ::__u16
pub product: ::__u16
pub version: ::__u16
Trait Implementations
impl Debug for input_id
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for input_id
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for input_id
impl StructuralPartialEq for input_id
Auto Trait Implementations
impl RefUnwindSafe for input_id
impl UnwindSafe for input_id
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T