Struct qapi_qmp::change_backing_file [] [src]

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

Fields

Trait Implementations

impl Debug for change_backing_file
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for change_backing_file
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for change_backing_file
[src]

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

Auto Trait Implementations