pub struct HQ5Sub {}
Trait Implementations
sourceimpl AdvHashSpecialization for HQ5Sub
impl AdvHashSpecialization for HQ5Sub
fn hash_shift(&self) -> i32
fn bucket_size(&self) -> u32
fn block_bits(&self) -> i32
fn block_size(&self) -> u32
fn block_mask(&self) -> u32
fn get_hash_mask(&self) -> u64
fn get_k_hash_mul(&self) -> u64
fn load_and_mix_word(&self, data: &[u8]) -> u64
fn set_hash_mask(&mut self, _params_hash_len: i32)
fn HashTypeLength(&self) -> usize
fn StoreLookahead(&self) -> usize
impl StructuralPartialEq for HQ5Sub
Auto Trait Implementations
impl RefUnwindSafe for HQ5Sub
impl Send for HQ5Sub
impl Sync for HQ5Sub
impl Unpin for HQ5Sub
impl UnwindSafe for HQ5Sub
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more