Enum qapi_qmp::ImageInfoSpecificQCow2Encryption[][src]

pub enum ImageInfoSpecificQCow2Encryption {
    luks {
        base: ImageInfoSpecificQCow2EncryptionBase,
        luks: QCryptoBlockInfoLUKS,
    },
}

Variants

Fields of luks

Methods

impl ImageInfoSpecificQCow2Encryption
[src]

Trait Implementations

impl Debug for ImageInfoSpecificQCow2Encryption
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageInfoSpecificQCow2Encryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageInfoSpecificQCow2Encryption

impl Sync for ImageInfoSpecificQCow2Encryption