Struct input_linux_sys::input_event [−][src]
#[repr(C)]pub struct input_event { pub time: timeval, pub type_: u16, pub code: u16, pub value: i32, }
Fields
time: timevaltype_: u16code: u16value: i32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for input_event
impl Send for input_event
impl Sync for input_event
impl Unpin for input_event
impl UnwindSafe for input_event
Blanket Implementations
Mutably borrows from an owned value. Read more