Enum qapi_qmp::KeyValue
[−]
[src]
pub enum KeyValue { qcode { data: QKeyCode, }, number { data: isize, }, }
Variants
qcode
Fields of qcode
data: QKeyCode |
number
Fields of number
data: isize |
Trait Implementations
impl Debug for KeyValue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more