Struct ioctl::input_event
[−]
[src]
pub struct input_event {
pub time: timeval,
pub _type: u16,
pub code: u16,
pub value: i32,
}Fields
time | |
_type | |
code | |
value |
pub struct input_event {
pub time: timeval,
pub _type: u16,
pub code: u16,
pub value: i32,
}time | |
_type | |
code | |
value |
impl Default for input_eventfn default() -> Selfimpl Debug for input_eventimpl Clone for input_eventfn clone(&self) -> input_eventfn clone_from(&mut self, source: &Self)impl Copy for input_event