pub struct Sha512Context { /* private fields */ }Expand description
Opaque storage for the implementation’s hash state.
Trait Implementations§
Source§impl Drop for Sha512Context
impl Drop for Sha512Context
Auto Trait Implementations§
impl Freeze for Sha512Context
impl RefUnwindSafe for Sha512Context
impl Send for Sha512Context
impl Sync for Sha512Context
impl Unpin for Sha512Context
impl UnsafeUnpin for Sha512Context
impl UnwindSafe for Sha512Context
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