Struct uinput_sys::input_event [] [src]

#[repr(C)]
pub struct input_event { pub time: timeval, pub kind: uint16_t, pub code: uint16_t, pub value: int32_t, }

Fields

Trait Implementations

impl Clone for input_event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for input_event
[src]

Auto Trait Implementations

impl Send for input_event

impl Sync for input_event