Struct qapi_qmp::QCryptoBlockInfoLUKS[][src]

pub struct QCryptoBlockInfoLUKS {
    pub payload_offset: isize,
    pub uuid: String,
    pub cipher_alg: QCryptoCipherAlgorithm,
    pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
    pub ivgen_alg: QCryptoIVGenAlgorithm,
    pub slots: Vec<QCryptoBlockInfoLUKSSlot>,
    pub master_key_iters: isize,
    pub hash_alg: QCryptoHashAlgorithm,
    pub cipher_mode: QCryptoCipherMode,
}

Fields

Trait Implementations

impl Debug for QCryptoBlockInfoLUKS
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockInfoLUKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockInfoLUKS

impl Sync for QCryptoBlockInfoLUKS