Struct qapi_qmp::MouseInfo
[−]
[src]
pub struct MouseInfo { pub name: String, pub index: isize, pub absolute: bool, pub current: bool, }
Fields
name: String
index: isize
absolute: bool
current: bool
Trait Implementations
impl Debug for MouseInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more