Struct libcryptsetup_rs::CryptParamsVerityRef
source · pub struct CryptParamsVerityRef<'a> {
pub inner: crypt_params_verity,
/* private fields */
}Expand description
Reference to parameters specific to Verity
Fields§
§inner: crypt_params_verityC representation of the struct to use with FFI
Trait Implementations§
source§impl<'a> TryInto<CryptParamsVerityRef<'a>> for &'a CryptParamsVerity
impl<'a> TryInto<CryptParamsVerityRef<'a>> for &'a CryptParamsVerity
§type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.