Struct qapi_qmp::InputMoveEvent [−][src]
Fields
value: isize
axis: InputAxis
Trait Implementations
impl Debug for InputMoveEvent
[src]
impl Debug for InputMoveEvent
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 InputMoveEvent
[src]
impl Clone for InputMoveEvent
fn clone(&self) -> InputMoveEvent
[src]
fn clone(&self) -> InputMoveEvent
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 InputMoveEvent
impl Send for InputMoveEvent
impl Sync for InputMoveEvent
impl Sync for InputMoveEvent