pub struct MuHash3072 { /* private fields */ }
Expand description
A class representing MuHash sets.
https://github.com/bitcoin/bitcoin/blob/6f9db1e/src/crypto/muhash.h#L61
Implementations§
Trait Implementations§
Source§impl Clone for MuHash3072
impl Clone for MuHash3072
Source§fn clone(&self) -> MuHash3072
fn clone(&self) -> MuHash3072
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MuHash3072
impl Debug for MuHash3072
Source§impl Default for MuHash3072
impl Default for MuHash3072
Source§impl Ord for MuHash3072
impl Ord for MuHash3072
Source§fn cmp(&self, other: &MuHash3072) -> Ordering
fn cmp(&self, other: &MuHash3072) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MuHash3072
impl PartialEq for MuHash3072
Source§impl PartialOrd for MuHash3072
impl PartialOrd for MuHash3072
impl Eq for MuHash3072
impl StructuralPartialEq for MuHash3072
Auto Trait Implementations§
impl Freeze for MuHash3072
impl RefUnwindSafe for MuHash3072
impl Send for MuHash3072
impl Sync for MuHash3072
impl Unpin for MuHash3072
impl UnwindSafe for MuHash3072
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