Struct libcryptsetup_rs::CryptParamsLoopaesRef 
source · pub struct CryptParamsLoopaesRef<'a> {
    pub inner: crypt_params_loopaes,
    /* private fields */
}Expand description
C-compatible reference to a CryptParamsLoopaes struct
Fields§
§inner: crypt_params_loopaesC representation of the struct to use with FFI
Trait Implementations§
source§impl<'a> TryInto<CryptParamsLoopaesRef<'a>> for &'a CryptParamsLoopaes
 
impl<'a> TryInto<CryptParamsLoopaesRef<'a>> for &'a CryptParamsLoopaes
§type Error = LibcryptErr
 
type Error = LibcryptErr
The type returned in the event of a conversion error.