Struct libcryptsetup_rs::CryptPbkdfTypeRef
source · pub struct CryptPbkdfTypeRef<'a> {
pub inner: crypt_pbkdf_type,
/* private fields */
}Expand description
A type wrapping a PBKDF type with pointers derived from Rust data types and lifetimes to ensure pointer validity
Fields§
§inner: crypt_pbkdf_typeField containing a crypt_pbkdf_type that contains pointers valid for the supplied struct lifetime
Trait Implementations§
source§impl<'a> TryInto<CryptPbkdfTypeRef<'a>> for &'a CryptPbkdfType
impl<'a> TryInto<CryptPbkdfTypeRef<'a>> for &'a CryptPbkdfType
§type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.