Struct qapi_qmp::send_key [−][src]
Fields
hold_time: Option<isize>
keys: Vec<KeyValue>
Trait Implementations
impl Debug for send_key[src]
impl Debug for send_keyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for send_key[src]
impl Clone for send_keyfn clone(&self) -> send_key[src]
fn clone(&self) -> send_keyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for send_key[src]
impl Command for send_key