Struct qapi_qmp::device_add [−][src]
pub struct device_add(pub Dictionary);
Methods
impl device_add[src]
impl device_addpub fn new<P: IntoIterator<Item = (String, Any)>>(
driver: String,
id: Option<String>,
bus: Option<String>,
props: P
) -> Self[src]
pub fn new<P: IntoIterator<Item = (String, Any)>>(
driver: String,
id: Option<String>,
bus: Option<String>,
props: P
) -> SelfTrait Implementations
impl Debug for device_add[src]
impl Debug for device_addfn 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 device_add[src]
impl Clone for device_addfn clone(&self) -> device_add[src]
fn clone(&self) -> device_addReturns 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 device_add[src]
impl Command for device_addAuto Trait Implementations
impl Send for device_add
impl Send for device_addimpl Sync for device_add
impl Sync for device_add