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

Trait Implementations

impl Default for input_event

fn default() -> Self

impl Debug for input_event

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for input_event

fn clone(&self) -> input_event

fn clone_from(&mut self, source: &Self)

impl Copy for input_event