pub struct Checksum512(/* private fields */);
Expand description
TODO docs
Implementations§
Trait Implementations§
Source§impl Clone for Checksum512
impl Clone for Checksum512
Source§fn clone(&self) -> Checksum512
fn clone(&self) -> Checksum512
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<Checksum512> for [u8; 64]
impl From<Checksum512> for [u8; 64]
Source§fn from(value: Checksum512) -> Self
fn from(value: Checksum512) -> Self
Converts to this type from the input type.
Source§impl NumBytes for Checksum512
impl NumBytes for Checksum512
Source§impl Read for Checksum512
impl Read for Checksum512
Source§impl Write for Checksum512
impl Write for Checksum512
impl Copy for Checksum512
Auto Trait Implementations§
impl Freeze for Checksum512
impl RefUnwindSafe for Checksum512
impl Send for Checksum512
impl Sync for Checksum512
impl Unpin for Checksum512
impl UnwindSafe for Checksum512
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