Struct libcryptsetup_rs::CryptParamsReencryptRef
source · [−]pub struct CryptParamsReencryptRef<'a> {
pub inner: crypt_params_reencrypt,
/* private fields */
}
Expand description
A struct representing a reference with a lifetime to a CryptParamsReencrypt
struct
Fields
inner: crypt_params_reencrypt
Trait Implementations
sourceimpl<'a> TryInto<CryptParamsReencryptRef<'a>> for &'a CryptParamsReencrypt
impl<'a> TryInto<CryptParamsReencryptRef<'a>> for &'a CryptParamsReencrypt
type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.
sourcefn try_into(self) -> Result<CryptParamsReencryptRef<'a>, Self::Error>
fn try_into(self) -> Result<CryptParamsReencryptRef<'a>, Self::Error>
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CryptParamsReencryptRef<'a>
impl<'a> !Send for CryptParamsReencryptRef<'a>
impl<'a> !Sync for CryptParamsReencryptRef<'a>
impl<'a> Unpin for CryptParamsReencryptRef<'a>
impl<'a> UnwindSafe for CryptParamsReencryptRef<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more