Enum qapi_qmp::InputEvent [−][src]
pub enum InputEvent { btn { data: InputBtnEvent, }, rel { data: InputMoveEvent, }, key { data: InputKeyEvent, }, abs { data: InputMoveEvent, }, }
Variants
btn
Fields of btn
data: InputBtnEvent |
rel
Fields of rel
data: InputMoveEvent |
key
Fields of key
data: InputKeyEvent |
abs
Fields of abs
data: InputMoveEvent |
Trait Implementations
impl Debug for InputEvent
[src]
impl Debug for InputEvent
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for InputEvent
[src]
impl Clone for InputEvent
fn clone(&self) -> InputEvent
[src]
fn clone(&self) -> InputEvent
Returns 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 InputEvent
impl Sync for InputEvent
impl Sync for InputEvent