Struct qapi_qmp::change[][src]

pub struct change {
    pub arg: Option<String>,
    pub target: String,
    pub device: String,
}

Fields

Trait Implementations

impl Debug for change
[src]

Formats the value using the given formatter. Read more

impl Clone for change
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for change
[src]

NAME: &'static str = "change"

Auto Trait Implementations

impl Send for change

impl Sync for change