Struct qapi_qmp::QCryptoBlockInfoLUKS
source · [−]pub struct QCryptoBlockInfoLUKS {
pub uuid: String,
pub ivgen_hash_alg: Option<QCryptoHashAlgorithm>,
pub hash_alg: QCryptoHashAlgorithm,
pub master_key_iters: i32,
pub cipher_mode: QCryptoCipherMode,
pub slots: Vec<QCryptoBlockInfoLUKSSlot>,
pub payload_offset: i32,
pub cipher_alg: QCryptoCipherAlgorithm,
pub ivgen_alg: QCryptoIVGenAlgorithm,
}Fields
uuid: Stringivgen_hash_alg: Option<QCryptoHashAlgorithm>hash_alg: QCryptoHashAlgorithmmaster_key_iters: i32cipher_mode: QCryptoCipherModeslots: Vec<QCryptoBlockInfoLUKSSlot>payload_offset: i32cipher_alg: QCryptoCipherAlgorithmivgen_alg: QCryptoIVGenAlgorithmTrait 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 more
sourceimpl 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 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 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 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 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more