Struct qapi_qmp::ImageInfoSpecificQCow2[][src]

pub struct ImageInfoSpecificQCow2 {
    pub encrypt: Option<ImageInfoSpecificQCow2Encryption>,
    pub corrupt: Option<bool>,
    pub refcount_bits: isize,
    pub lazy_refcounts: Option<bool>,
    pub compat: String,
}

Fields

Trait Implementations

impl Debug for ImageInfoSpecificQCow2
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageInfoSpecificQCow2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageInfoSpecificQCow2

impl Sync for ImageInfoSpecificQCow2