pub struct KdfCtx { /* private fields */ }Expand description
A key-derivation context (EVP_KDF_CTX*).
!Clone — create a new context for each derive operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KdfCtx
impl RefUnwindSafe for KdfCtx
impl !Sync for KdfCtx
impl Unpin for KdfCtx
impl UnsafeUnpin for KdfCtx
impl UnwindSafe for KdfCtx
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