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
backing_file: String
device: String
image_node_name: String
Trait Implementations
impl Debug for change_backing_file[src]
impl Debug for change_backing_filefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for change_backing_file[src]
impl Clone for change_backing_filefn clone(&self) -> change_backing_file[src]
fn clone(&self) -> change_backing_fileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for change_backing_file[src]
impl Command for change_backing_fileAuto Trait Implementations
impl Send for change_backing_file
impl Send for change_backing_fileimpl Sync for change_backing_file
impl Sync for change_backing_file