Enum qapi_qmp::MirrorCopyMode[][src]

pub enum MirrorCopyMode {
    background,
    write_blocking,
}

Variants

Trait Implementations

impl Debug for MirrorCopyMode
[src]

Formats the value using the given formatter. Read more

impl Clone for MirrorCopyMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MirrorCopyMode

impl Sync for MirrorCopyMode