Struct qapi_qmp::QCryptoBlockCreateOptionsLUKS [−][src]
pub struct QCryptoBlockCreateOptionsLUKS {
pub base: QCryptoBlockOptionsLUKS,
pub hash_alg: Option<QCryptoHashAlgorithm>,
pub cipher_mode: Option<QCryptoCipherMode>,
pub iter_time: Option<isize>,
pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
pub cipher_alg: Option<QCryptoCipherAlgorithm>,
pub ivgen_alg: Option<QCryptoIVGenAlgorithm>,
}Fields
base: QCryptoBlockOptionsLUKS
hash_alg: Option<QCryptoHashAlgorithm>
cipher_mode: Option<QCryptoCipherMode>
iter_time: Option<isize>
ivgen_hash_alg: Option<QCryptoHashAlgorithm>
cipher_alg: Option<QCryptoCipherAlgorithm>
ivgen_alg: Option<QCryptoIVGenAlgorithm>
Trait Implementations
impl Debug for QCryptoBlockCreateOptionsLUKS[src]
impl Debug for QCryptoBlockCreateOptionsLUKSfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for QCryptoBlockCreateOptionsLUKS[src]
impl Clone for QCryptoBlockCreateOptionsLUKSfn clone(&self) -> QCryptoBlockCreateOptionsLUKS[src]
fn clone(&self) -> QCryptoBlockCreateOptionsLUKSReturns 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 QCryptoBlockCreateOptionsLUKS
impl Send for QCryptoBlockCreateOptionsLUKSimpl Sync for QCryptoBlockCreateOptionsLUKS
impl Sync for QCryptoBlockCreateOptionsLUKS