Struct qapi_qmp::QCryptoBlockCreateOptionsLUKS[][src]

pub struct QCryptoBlockCreateOptionsLUKS {
    pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
    pub hash_alg: Option<QCryptoHashAlgorithm>,
    pub cipher_alg: Option<QCryptoCipherAlgorithm>,
    pub iter_time: Option<isize>,
    pub cipher_mode: Option<QCryptoCipherMode>,
    pub ivgen_alg: Option<QCryptoIVGenAlgorithm>,
}

Fields

Trait Implementations

impl Debug for QCryptoBlockCreateOptionsLUKS
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockCreateOptionsLUKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations