Struct qapi_qmp::DriveBackup[][src]

pub struct DriveBackup {
    pub speed: Option<isize>,
    pub auto_dismiss: Option<bool>,
    pub sync: MirrorSyncMode,
    pub on_source_error: Option<BlockdevOnError>,
    pub job_id: Option<String>,
    pub device: String,
    pub auto_finalize: Option<bool>,
    pub format: Option<String>,
    pub target: String,
    pub compress: Option<bool>,
    pub on_target_error: Option<BlockdevOnError>,
    pub bitmap: Option<String>,
    pub mode: Option<NewImageMode>,
}

Fields

Trait Implementations

impl Debug for DriveBackup
[src]

Formats the value using the given formatter. Read more

impl Clone for DriveBackup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DriveBackup

impl Sync for DriveBackup