Struct qapi_qmp::qom_set[][src]

pub struct qom_set {
    pub property: String,
    pub path: String,
    pub value: Any,
}

Fields

Trait Implementations

impl Debug for qom_set
[src]

Formats the value using the given formatter. Read more

impl Clone for qom_set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for qom_set
[src]

NAME: &'static str = "qom-set"

Auto Trait Implementations

impl Send for qom_set

impl Sync for qom_set