#[repr(transparent)]pub struct ImageInfoSpecificLUKSWrapper {
pub data: QCryptoBlockInfoLUKS,
}
Fields§
§data: QCryptoBlockInfoLUKS
Implementations§
Source§impl ImageInfoSpecificLUKSWrapper
impl ImageInfoSpecificLUKSWrapper
pub fn into_inner(self) -> QCryptoBlockInfoLUKS
Trait 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 ImageInfoSpecificLUKSWrapper
impl Clone for ImageInfoSpecificLUKSWrapper
Source§fn clone(&self) -> ImageInfoSpecificLUKSWrapper
fn clone(&self) -> ImageInfoSpecificLUKSWrapper
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 ImageInfoSpecificLUKSWrapper
impl Debug for ImageInfoSpecificLUKSWrapper
Source§impl Deref for ImageInfoSpecificLUKSWrapper
impl Deref for ImageInfoSpecificLUKSWrapper
Source§impl<'de> Deserialize<'de> for ImageInfoSpecificLUKSWrapper
impl<'de> Deserialize<'de> for ImageInfoSpecificLUKSWrapper
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<ImageInfoSpecificLUKSWrapper> for ImageInfoSpecific
impl From<ImageInfoSpecificLUKSWrapper> for ImageInfoSpecific
Source§fn from(val: ImageInfoSpecificLUKSWrapper) -> Self
fn from(val: ImageInfoSpecificLUKSWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<QCryptoBlockInfoLUKS>> From<T> for ImageInfoSpecificLUKSWrapper
impl<T: Into<QCryptoBlockInfoLUKS>> From<T> for ImageInfoSpecificLUKSWrapper
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificLUKSWrapper
impl RefUnwindSafe for ImageInfoSpecificLUKSWrapper
impl Send for ImageInfoSpecificLUKSWrapper
impl Sync for ImageInfoSpecificLUKSWrapper
impl Unpin for ImageInfoSpecificLUKSWrapper
impl UnwindSafe for ImageInfoSpecificLUKSWrapper
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