Enum qapi_qmp::Qcow2OverlapCheckMode[][src]

pub enum Qcow2OverlapCheckMode {
    none,
    constant,
    cached,
    all,
}

Variants

Trait Implementations

impl Debug for Qcow2OverlapCheckMode
[src]

Formats the value using the given formatter. Read more

impl Clone for Qcow2OverlapCheckMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations