pub struct CryptParamsIntegrityRef<'a> {
pub inner: crypt_params_integrity,
/* private fields */
}Expand description
A struct representing a reference with a lifetime to a CryptParamsIntegrity
struct
Fields§
§inner: crypt_params_integrityTrait Implementations§
source§impl<'a> TryInto<CryptParamsIntegrityRef<'a>> for &'a CryptParamsIntegrity
impl<'a> TryInto<CryptParamsIntegrityRef<'a>> for &'a CryptParamsIntegrity
§type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.