Struct qapi_qmp::qom_get[][src]

pub struct qom_get {
    pub property: String,
    pub path: String,
}

Fields

Trait Implementations

impl Debug for qom_get
[src]

Formats the value using the given formatter. Read more

impl Clone for qom_get
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for qom_get
[src]

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

Auto Trait Implementations

impl Send for qom_get

impl Sync for qom_get