pub struct MurMurPair64Hash;Expand description
MurMurHash3 for pairs of 64-bit values Direct equivalent of MurMurPair64Hash in C++
Implementations§
Trait Implementations§
Source§impl Clone for MurMurPair64Hash
impl Clone for MurMurPair64Hash
Source§fn clone(&self) -> MurMurPair64Hash
fn clone(&self) -> MurMurPair64Hash
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 Debug for MurMurPair64Hash
impl Debug for MurMurPair64Hash
impl Copy for MurMurPair64Hash
Auto Trait Implementations§
impl Freeze for MurMurPair64Hash
impl RefUnwindSafe for MurMurPair64Hash
impl Send for MurMurPair64Hash
impl Sync for MurMurPair64Hash
impl Unpin for MurMurPair64Hash
impl UnwindSafe for MurMurPair64Hash
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