pub struct QCryptoBlockInfoLUKS {
pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
pub cipher_alg: QCryptoCipherAlgorithm,
pub cipher_mode: QCryptoCipherMode,
pub detached_header: bool,
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: QCryptoCipherAlgorithm§cipher_mode: QCryptoCipherMode§detached_header: bool§hash_alg: QCryptoHashAlgorithm§ivgen_alg: QCryptoIVGenAlgorithm§master_key_iters: i64§payload_offset: i64§slots: Vec<QCryptoBlockInfoLUKSSlot>§uuid: StringTrait Implementations§
Source§impl AsRef<QCryptoBlockInfoLUKS> for ImageInfoSpecificLUKSWrapper
impl AsRef<QCryptoBlockInfoLUKS> for ImageInfoSpecificLUKSWrapper
Source§fn as_ref(&self) -> &QCryptoBlockInfoLUKS
fn as_ref(&self) -> &QCryptoBlockInfoLUKS
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for QCryptoBlockInfoLUKS
impl Clone for QCryptoBlockInfoLUKS
Source§fn clone(&self) -> QCryptoBlockInfoLUKS
fn clone(&self) -> QCryptoBlockInfoLUKS
Returns a duplicate 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
Source§impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecific
impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecific
Source§fn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
Source§impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecificQCow2Encryption
impl From<QCryptoBlockInfoLUKS> for ImageInfoSpecificQCow2Encryption
Source§fn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
Source§impl From<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
impl From<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
Source§fn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QCryptoBlockInfoLUKS
impl RefUnwindSafe for QCryptoBlockInfoLUKS
impl Send for QCryptoBlockInfoLUKS
impl Sync for QCryptoBlockInfoLUKS
impl Unpin for QCryptoBlockInfoLUKS
impl UnwindSafe for QCryptoBlockInfoLUKS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more