Enum qapi_qmp::QCryptoBlockInfo[][src]

pub enum QCryptoBlockInfo {
    luks {
        base: QCryptoBlockInfoBase,
        luks: QCryptoBlockInfoLUKS,
    },
}

Variants

Fields of luks

Methods

impl QCryptoBlockInfo
[src]

Trait Implementations

impl Debug for QCryptoBlockInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockInfo

impl Sync for QCryptoBlockInfo