Struct qapi_qmp::QCryptoBlockInfoLUKS
source · [−]pub struct QCryptoBlockInfoLUKS {
pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
pub cipher_alg: QCryptoCipherAlgorithm,
pub cipher_mode: QCryptoCipherMode,
pub hash_alg: QCryptoHashAlgorithm,
pub ivgen_alg: QCryptoIVGenAlgorithm,
pub master_key_iters: i64,
pub payload_offset: i64,
pub slots: Vec<QCryptoBlockInfoLUKSSlot>,
pub uuid: String,
}Fields
ivgen_hash_alg: Option<QCryptoHashAlgorithm>cipher_alg: QCryptoCipherAlgorithmcipher_mode: QCryptoCipherModehash_alg: QCryptoHashAlgorithmivgen_alg: QCryptoIVGenAlgorithmmaster_key_iters: i64payload_offset: i64slots: Vec<QCryptoBlockInfoLUKSSlot>uuid: StringTrait Implementations
sourceimpl AsRef<QCryptoBlockInfoLUKS> for ImageInfoSpecificLUKSWrapper
impl AsRef<QCryptoBlockInfoLUKS> for ImageInfoSpecificLUKSWrapper
sourcefn as_ref(&self) -> &QCryptoBlockInfoLUKS
fn as_ref(&self) -> &QCryptoBlockInfoLUKS
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for QCryptoBlockInfoLUKS
impl Clone for QCryptoBlockInfoLUKS
sourcefn clone(&self) -> QCryptoBlockInfoLUKS
fn clone(&self) -> QCryptoBlockInfoLUKS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QCryptoBlockInfoLUKS
impl Debug for QCryptoBlockInfoLUKS
sourceimpl<'de> Deserialize<'de> for QCryptoBlockInfoLUKS
impl<'de> Deserialize<'de> for QCryptoBlockInfoLUKS
sourcefn 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
sourceimpl From<QCryptoBlockInfoLUKS> for ImageInfoSpecific
impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecific
sourcefn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
sourceimpl From<QCryptoBlockInfoLUKS> for ImageInfoSpecificQCow2Encryption
impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecificQCow2Encryption
sourcefn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
sourceimpl From<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
impl From<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
sourcefn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
sourceimpl Serialize for QCryptoBlockInfoLUKS
impl Serialize for QCryptoBlockInfoLUKS
Auto Trait Implementations
impl RefUnwindSafe for QCryptoBlockInfoLUKS
impl Send for QCryptoBlockInfoLUKS
impl Sync for QCryptoBlockInfoLUKS
impl Unpin for QCryptoBlockInfoLUKS
impl UnwindSafe for QCryptoBlockInfoLUKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more