Struct qapi_qmp::device_add [−][src]
pub struct device_add(pub Dictionary);
Methods
impl device_add
[src]
impl device_add
pub 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
) -> Self
Trait Implementations
impl Debug for device_add
[src]
impl Debug for device_add
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for device_add
[src]
impl Clone for device_add
fn clone(&self) -> device_add
[src]
fn clone(&self) -> device_add
Returns 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_add
Auto Trait Implementations
impl Send for device_add
impl Send for device_add
impl Sync for device_add
impl Sync for device_add