pub struct Kmac256Output { /* private fields */ }Expand description
Output from KMAC256 key derivation.
Implementations§
Trait Implementations§
Source§impl Drop for Kmac256Output
impl Drop for Kmac256Output
Auto Trait Implementations§
impl Freeze for Kmac256Output
impl RefUnwindSafe for Kmac256Output
impl Send for Kmac256Output
impl Sync for Kmac256Output
impl Unpin for Kmac256Output
impl UnsafeUnpin for Kmac256Output
impl UnwindSafe for Kmac256Output
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