Enum qapi_qmp::QCryptoBlockCreateOptions[][src]

pub enum QCryptoBlockCreateOptions {
    qcow {
        base: QCryptoBlockOptionsBase,
        qcow: QCryptoBlockOptionsQCow,
    },
    luks {
        base: QCryptoBlockOptionsBase,
        luks: QCryptoBlockCreateOptionsLUKS,
    },
}

Variants

Fields of qcow

Fields of luks

Methods

impl QCryptoBlockCreateOptions
[src]

Trait Implementations

impl Debug for QCryptoBlockCreateOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockCreateOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockCreateOptions

impl Sync for QCryptoBlockCreateOptions