Struct input_linux_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]

impl Debug for input_event
[src]

[src]

Formats the value using the given formatter.

impl Default for input_event
[src]

[src]

Returns the "default value" for a type. Read more