Enum qapi_qmp::InputEvent
[−]
[src]
pub enum InputEvent { btn { data: InputBtnEvent, }, abs { data: InputMoveEvent, }, key { data: InputKeyEvent, }, rel { data: InputMoveEvent, }, }
Variants
btn
Fields of btn
data: InputBtnEvent |
abs
Fields of abs
data: InputMoveEvent |
key
Fields of key
data: InputKeyEvent |
rel
Fields of rel
data: InputMoveEvent |
Trait Implementations
impl Debug for InputEvent
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for InputEvent
[src]
fn clone(&self) -> InputEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more