Enum qapi_qmp::KeyValue[][src]

pub enum KeyValue {
    number {
        data: isize,
    },
    qcode {
        data: QKeyCode,
    },
}

Variants

Fields of number

Fields of qcode

Trait Implementations

impl Debug for KeyValue
[src]

Formats the value using the given formatter. Read more

impl Clone for KeyValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KeyValue

impl Sync for KeyValue