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
payload_offset: isize
uuid: String
cipher_alg: QCryptoCipherAlgorithm
ivgen_hash_alg: Option<QCryptoHashAlgorithm>
ivgen_alg: QCryptoIVGenAlgorithm
slots: Vec<QCryptoBlockInfoLUKSSlot>
master_key_iters: isize
hash_alg: QCryptoHashAlgorithm
cipher_mode: QCryptoCipherMode
Trait Implementations
impl Debug for QCryptoBlockInfoLUKS
[src]
impl Debug for QCryptoBlockInfoLUKS
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for QCryptoBlockInfoLUKS
[src]
impl Clone for QCryptoBlockInfoLUKS
fn clone(&self) -> QCryptoBlockInfoLUKS
[src]
fn clone(&self) -> QCryptoBlockInfoLUKS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for QCryptoBlockInfoLUKS
impl Send for QCryptoBlockInfoLUKS
impl Sync for QCryptoBlockInfoLUKS
impl Sync for QCryptoBlockInfoLUKS