Enum qapi_qmp::BlockdevQcow2Version[][src]

pub enum BlockdevQcow2Version {
    v2,
    v3,
}

Variants

Trait Implementations

impl Debug for BlockdevQcow2Version
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcow2Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevQcow2Version

impl Sync for BlockdevQcow2Version