Struct qapi_qmp::InputMoveEvent[][src]

pub struct InputMoveEvent {
    pub axis: InputAxis,
    pub value: isize,
}

Fields

Trait Implementations

impl Debug for InputMoveEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for InputMoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations