Struct qapi_qmp::send_key[][src]

pub struct send_key {
    pub keys: Vec<KeyValue>,
    pub hold_time: Option<isize>,
}

Fields

Trait Implementations

impl Debug for send_key
[src]

Formats the value using the given formatter. Read more

impl Clone for send_key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for send_key
[src]

NAME: &'static str = "send-key"

Auto Trait Implementations

impl Send for send_key

impl Sync for send_key