pub struct MurMur32Hash;Expand description
MurMurHash32 for 32-bit values
Implementations§
Trait Implementations§
Source§impl Clone for MurMur32Hash
impl Clone for MurMur32Hash
Source§fn clone(&self) -> MurMur32Hash
fn clone(&self) -> MurMur32Hash
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 MurMur32Hash
impl Debug for MurMur32Hash
impl Copy for MurMur32Hash
Auto Trait Implementations§
impl Freeze for MurMur32Hash
impl RefUnwindSafe for MurMur32Hash
impl Send for MurMur32Hash
impl Sync for MurMur32Hash
impl Unpin for MurMur32Hash
impl UnwindSafe for MurMur32Hash
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