Struct evdev_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
Auto Trait Implementations
impl RefUnwindSafe for input_eventimpl Send for input_eventimpl Sync for input_eventimpl Unpin for input_eventimpl UnwindSafe for input_eventBlanket Implementations
Mutably borrows from an owned value. Read more