pub struct KdfAlg { /* private fields */ }Expand description
An OpenSSL KDF algorithm descriptor (EVP_KDF*).
Fetched once and reused to create KdfCtx instances.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KdfAlg
impl RefUnwindSafe for KdfAlg
impl Unpin for KdfAlg
impl UnsafeUnpin for KdfAlg
impl UnwindSafe for KdfAlg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more