Struct qapi_qmp::QCryptoBlockInfoLUKS
source · pub struct QCryptoBlockInfoLUKS {
pub master_key_iters: isize,
pub cipher_mode: QCryptoCipherMode,
pub hash_alg: QCryptoHashAlgorithm,
pub uuid: String,
pub slots: Vec<QCryptoBlockInfoLUKSSlot>,
pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
pub cipher_alg: QCryptoCipherAlgorithm,
pub payload_offset: isize,
pub ivgen_alg: QCryptoIVGenAlgorithm,
}Fields§
§master_key_iters: isize§cipher_mode: QCryptoCipherMode§hash_alg: QCryptoHashAlgorithm§uuid: String§slots: Vec<QCryptoBlockInfoLUKSSlot>§ivgen_hash_alg: Option<QCryptoHashAlgorithm>§cipher_alg: QCryptoCipherAlgorithm§payload_offset: isize§ivgen_alg: QCryptoIVGenAlgorithmTrait Implementations§
source§impl Clone for QCryptoBlockInfoLUKS
impl Clone for QCryptoBlockInfoLUKS
source§fn clone(&self) -> QCryptoBlockInfoLUKS
fn clone(&self) -> QCryptoBlockInfoLUKS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QCryptoBlockInfoLUKS
impl Debug for QCryptoBlockInfoLUKS
source§impl<'de> Deserialize<'de> for QCryptoBlockInfoLUKS
impl<'de> Deserialize<'de> for QCryptoBlockInfoLUKS
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more