Enum qapi_qmp::InputButton[][src]

pub enum InputButton {
    left,
    middle,
    right,
    wheel_up,
    wheel_down,
    side,
    extra,
}

Variants

Trait Implementations

impl Debug for InputButton
[src]

Formats the value using the given formatter. Read more

impl Clone for InputButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InputButton

impl Sync for InputButton