Struct subcoin_crypto::muhash::MuHash3072
source · 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 copy 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)