Enum qapi_qmp::QCryptoBlockOpenOptions[][src]

pub enum QCryptoBlockOpenOptions {
    qcow {
        base: QCryptoBlockOptionsBase,
        qcow: QCryptoBlockOptionsQCow,
    },
    luks {
        base: QCryptoBlockOptionsBase,
        luks: QCryptoBlockOptionsLUKS,
    },
}

Variants

Fields of qcow

Fields of luks

Methods

impl QCryptoBlockOpenOptions
[src]

Trait Implementations

impl Debug for QCryptoBlockOpenOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockOpenOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockOpenOptions

impl Sync for QCryptoBlockOpenOptions