pub struct Sha512_224 { /* private fields */ }Expand description
Implementations§
Source§impl Sha512_224
impl Sha512_224
Sourcepub const OUTPUT_SIZE: usize = 28
pub const OUTPUT_SIZE: usize = 28
Size of the digest, in bytes.
Trait Implementations§
Source§impl Clone for Sha512_224
impl Clone for Sha512_224
Source§fn clone(&self) -> Sha512_224
fn clone(&self) -> Sha512_224
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sha512_224
impl Debug for Sha512_224
Auto Trait Implementations§
impl !RefUnwindSafe for Sha512_224
impl !Unpin for Sha512_224
impl !UnwindSafe for Sha512_224
impl Freeze for Sha512_224
impl Send for Sha512_224
impl Sync for Sha512_224
impl UnsafeUnpin for Sha512_224
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