Enum qapi_qmp::ImageInfoSpecific[][src]

pub enum ImageInfoSpecific {
    qcow2 {
        data: ImageInfoSpecificQCow2,
    },
    luks {
        data: QCryptoBlockInfoLUKS,
    },
    vmdk {
        data: ImageInfoSpecificVmdk,
    },
}

Variants

Fields of qcow2

Fields of luks

Fields of vmdk

Trait Implementations

impl Debug for ImageInfoSpecific
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageInfoSpecific
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageInfoSpecific

impl Sync for ImageInfoSpecific