Enum qapi_qmp::KeyValue [] [src]

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

Variants

Fields of qcode

Fields of number

Trait Implementations

impl Debug for KeyValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KeyValue

impl Sync for KeyValue