Struct qapi_qmp::InputBtnEvent [−][src]
pub struct InputBtnEvent {
pub button: InputButton,
pub down: bool,
}Fields
down: bool
Trait Implementations
impl Debug for InputBtnEvent[src]
impl Debug for InputBtnEventfn 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 InputBtnEvent[src]
impl Clone for InputBtnEventfn clone(&self) -> InputBtnEvent[src]
fn clone(&self) -> InputBtnEventReturns 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 InputBtnEvent
impl Send for InputBtnEventimpl Sync for InputBtnEvent
impl Sync for InputBtnEvent