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
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)