Enum qapi_qmp::Qcow2OverlapChecks[][src]

pub enum Qcow2OverlapChecks {
    flags(Qcow2OverlapCheckFlags),
    mode(Qcow2OverlapCheckMode),
}

Variants

Trait Implementations

impl Debug for Qcow2OverlapChecks
[src]

Formats the value using the given formatter. Read more

impl Clone for Qcow2OverlapChecks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Qcow2OverlapChecks

impl Sync for Qcow2OverlapChecks