Enum qapi_qmp::InputEvent [−][src]
pub enum InputEvent {
btn {
data: InputBtnEvent,
},
rel {
data: InputMoveEvent,
},
key {
data: InputKeyEvent,
},
abs {
data: InputMoveEvent,
},
}Variants
btnFields of btn
data: InputBtnEvent |
relFields of rel
data: InputMoveEvent |
keyFields of key
data: InputKeyEvent |
absFields of abs
data: InputMoveEvent |
Trait Implementations
impl Debug for InputEvent[src]
impl Debug for InputEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InputEvent[src]
impl Clone for InputEventfn clone(&self) -> InputEvent[src]
fn clone(&self) -> InputEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for InputEvent
impl Send for InputEventimpl Sync for InputEvent
impl Sync for InputEvent