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