Struct evdev_sys::input_event[][src]

#[repr(C)]
pub struct input_event { pub time: timeval, pub event_type: uint16_t, pub event_code: uint16_t, pub value: c_int, }

Fields

Auto Trait Implementations

impl Send for input_event

impl Sync for input_event