pub struct Sha512State { /* private fields */ }Expand description
Internal state for crypto_hash_* functions.
Trait Implementations§
Source§impl Default for Sha512State
impl Default for Sha512State
Source§fn default() -> Sha512State
fn default() -> Sha512State
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Sha512State
impl RefUnwindSafe for Sha512State
impl Send for Sha512State
impl Sync for Sha512State
impl Unpin for Sha512State
impl UnwindSafe for Sha512State
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