Struct input_linux::InputEvent [−][src]
#[repr(C)]pub struct InputEvent { pub time: EventTime, pub kind: EventKind, pub code: u16, pub value: i32, }
Expand description
A generic event.
Fields
time: EventTimeThe timestamp associated with the event.
kind: EventKindThe type of event that occurred.
code: u16The code of the event.
The meaning of this code depends on the kind of event. Using the typed
events via Event and EventRef is recommended.
value: i32The value of the event.
The interpretation of this value depends on the kind of event.
Implementations
Reinterprets a raw input_event.
Reinterprets a raw input_event into a mutable reference.
Reinterprets the event as a mutable raw input_event.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
The event kind.
Interprets a generic event reference into a concrete event type.
Interprets a mutable generic event reference into a concrete event type.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = RangeError
type Error = RangeError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InputEvent
impl Send for InputEvent
impl Sync for InputEvent
impl Unpin for InputEvent
impl UnwindSafe for InputEvent
Blanket Implementations
Mutably borrows from an owned value. Read more