Struct qapi_qmp::change_backing_file[][src]

pub struct change_backing_file {
    pub backing_file: String,
    pub device: String,
    pub image_node_name: String,
}

Fields

Trait Implementations

impl Debug for change_backing_file
[src]

Formats the value using the given formatter. Read more

impl Clone for change_backing_file
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for change_backing_file
[src]

NAME: &'static str = "change-backing-file"

Auto Trait Implementations

impl Send for change_backing_file

impl Sync for change_backing_file