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_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