Struct qapi_qmp::DriveMirror[][src]

pub struct DriveMirror {
    pub sync: MirrorSyncMode,
    pub copy_mode: Option<MirrorCopyMode>,
    pub job_id: Option<String>,
    pub format: Option<String>,
    pub device: String,
    pub target: String,
    pub replaces: Option<String>,
    pub node_name: Option<String>,
    pub mode: Option<NewImageMode>,
    pub buf_size: Option<isize>,
    pub on_target_error: Option<BlockdevOnError>,
    pub speed: Option<isize>,
    pub on_source_error: Option<BlockdevOnError>,
    pub granularity: Option<u32>,
    pub unmap: Option<bool>,
}

Fields

Trait Implementations

impl Debug for DriveMirror
[src]

Formats the value using the given formatter. Read more

impl Clone for DriveMirror
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DriveMirror

impl Sync for DriveMirror