Enum qapi_qmp::BlockdevQcow2Encryption[][src]

pub enum BlockdevQcow2Encryption {
    aes {
        aes: QCryptoBlockOptionsQCow,
    },
    luks {
        luks: QCryptoBlockOptionsLUKS,
    },
}

Variants

Fields of aes

Fields of luks

Methods

impl BlockdevQcow2Encryption
[src]

Trait Implementations

impl Debug for BlockdevQcow2Encryption
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcow2Encryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevQcow2Encryption

impl Sync for BlockdevQcow2Encryption