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