pub struct H4Sub<AllocU32: Allocator<u32>> {
pub buckets_: AllocU32::AllocatedMemory,
}
Fields
buckets_: AllocU32::AllocatedMemory
Trait Implementations
sourceimpl<AllocU32: Allocator<u32>> BasicHashComputer for H4Sub<AllocU32>
impl<AllocU32: Allocator<u32>> BasicHashComputer for H4Sub<AllocU32>
fn BUCKET_BITS(&self) -> i32
fn BUCKET_SWEEP(&self) -> i32
fn USE_DICTIONARY(&self) -> i32
fn HashBytes(&self, data: &[u8]) -> u32
Auto Trait Implementations
impl<AllocU32> RefUnwindSafe for H4Sub<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
impl<AllocU32> Send for H4Sub<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
impl<AllocU32> Sync for H4Sub<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
impl<AllocU32> Unpin for H4Sub<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
impl<AllocU32> UnwindSafe for H4Sub<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more