Struct libcryptsetup_rs::CryptParamsPlainRef
source · pub struct CryptParamsPlainRef<'a> {
pub inner: crypt_params_plain,
/* private fields */
}Expand description
Represents a reference to a CryptParamsPlain struct
Fields§
§inner: crypt_params_plainC FFI-compatible field
Trait Implementations§
source§impl<'a> TryInto<CryptParamsPlainRef<'a>> for &'a CryptParamsPlain
impl<'a> TryInto<CryptParamsPlainRef<'a>> for &'a CryptParamsPlain
§type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.