Struct qapi_qmp::change
[−]
[src]
pub struct change { pub target: String, pub arg: Option<String>, pub device: String, }
Fields
target: String
arg: Option<String>
device: String
Trait Implementations
impl Debug for change
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for change
[src]
fn clone(&self) -> change
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more