Struct qapi_qmp::InputBtnEvent[][src]

pub struct InputBtnEvent {
    pub button: InputButton,
    pub down: bool,
}

Fields

Trait Implementations

impl Debug for InputBtnEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for InputBtnEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InputBtnEvent

impl Sync for InputBtnEvent