Struct golomb_coded_set::SipHasher24Builder
source · pub struct SipHasher24Builder { /* private fields */ }
Expand description
The default hasher builder build a SipHash 2-4 Hasher
Implementations§
source§impl SipHasher24Builder
impl SipHasher24Builder
pub fn new(k0: u64, k1: u64) -> SipHasher24Builder
Trait Implementations§
source§impl BuildHasher for SipHasher24Builder
impl BuildHasher for SipHasher24Builder
Auto Trait Implementations§
impl Freeze for SipHasher24Builder
impl RefUnwindSafe for SipHasher24Builder
impl Send for SipHasher24Builder
impl Sync for SipHasher24Builder
impl Unpin for SipHasher24Builder
impl UnwindSafe for SipHasher24Builder
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