Struct libc::input_event [−][src]
#[repr(C)]pub struct input_event { pub time: timeval, pub type_: __u16, pub code: __u16, pub value: __s32, }
Fields
time: timeval
type_: __u16
code: __u16
value: __s32
Trait Implementations
impl Clone for input_event
[src][+]
impl Copy for input_event
[src]
impl Debug for input_event
[src][+]
impl Eq for input_event
[src]
impl Hash for input_event
[src][+]
impl PartialEq<input_event> for input_event
[src][+]
impl StructuralEq for input_event
[src]
impl StructuralPartialEq for input_event
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,