Enum qapi_qmp::BlockdevQcowEncryption[][src]

pub enum BlockdevQcowEncryption {
    aes {
        aes: QCryptoBlockOptionsQCow,
    },
}

Variants

Fields of aes

Methods

impl BlockdevQcowEncryption
[src]

Trait Implementations

impl Debug for BlockdevQcowEncryption
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcowEncryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevQcowEncryption

impl Sync for BlockdevQcowEncryption