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 InputBtnEvent
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for InputBtnEvent
[src]
impl Clone for InputBtnEvent
fn clone(&self) -> InputBtnEvent
[src]
fn clone(&self) -> InputBtnEvent
Returns 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 InputBtnEvent
impl Sync for InputBtnEvent
impl Sync for InputBtnEvent