Struct qapi_qmp::device_add[][src]

pub struct device_add(pub Dictionary);

Methods

impl device_add
[src]

Trait Implementations

impl Debug for device_add
[src]

Formats the value using the given formatter. Read more

impl Clone for device_add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for device_add
[src]

NAME: &'static str = "device_add"

Auto Trait Implementations

impl Send for device_add

impl Sync for device_add