[−][src]Enum brotli::enc::backward_references::UnionHasher
Variants
H2(BasicHasher<H2Sub<Alloc>>)
H3(BasicHasher<H3Sub<Alloc>>)
H4(BasicHasher<H4Sub<Alloc>>)
H54(BasicHasher<H54Sub<Alloc>>)
H10(H10<Alloc, H10Buckets<Alloc>, H10DefaultParams>)
Methods
impl<Alloc: Allocator<u16> + Allocator<u32>> UnionHasher<Alloc>
[src]
Trait Implementations
impl<Alloc: Allocator<u16> + Allocator<u32>> AnyHasher for UnionHasher<Alloc>
[src]
fn Opts(&self) -> H9Opts
[src]
fn GetHasherCommon(&mut self) -> &mut Struct1
[src]
fn Prepare(
&mut self,
one_shot: bool,
input_size: usize,
data: &[u8]
) -> HowPrepared
[src]
&mut self,
one_shot: bool,
input_size: usize,
data: &[u8]
) -> HowPrepared
fn HashBytes(&self, data: &[u8]) -> usize
[src]
fn HashTypeLength(&self) -> usize
[src]
fn StoreLookahead(&self) -> usize
[src]
fn PrepareDistanceCache(&self, distance_cache: &mut [i32])
[src]
fn StitchToPreviousBlock(
&mut self,
num_bytes: usize,
position: usize,
ringbuffer: &[u8],
ringbuffer_mask: usize
)
[src]
&mut self,
num_bytes: usize,
position: usize,
ringbuffer: &[u8],
ringbuffer_mask: usize
)
fn FindLongestMatch(
&mut self,
dictionary: Option<&BrotliDictionary>,
dictionary_hash: &[u16],
data: &[u8],
ring_buffer_mask: usize,
distance_cache: &[i32],
cur_ix: usize,
max_length: usize,
max_backward: usize,
gap: usize,
max_distance: usize,
out: &mut HasherSearchResult
) -> bool
[src]
&mut self,
dictionary: Option<&BrotliDictionary>,
dictionary_hash: &[u16],
data: &[u8],
ring_buffer_mask: usize,
distance_cache: &[i32],
cur_ix: usize,
max_length: usize,
max_backward: usize,
gap: usize,
max_distance: usize,
out: &mut HasherSearchResult
) -> bool
fn Store(&mut self, data: &[u8], mask: usize, ix: usize)
[src]
fn StoreRange(
&mut self,
data: &[u8],
mask: usize,
ix_start: usize,
ix_end: usize
)
[src]
&mut self,
data: &[u8],
mask: usize,
ix_start: usize,
ix_end: usize
)
fn BulkStoreRange(
&mut self,
data: &[u8],
mask: usize,
ix_start: usize,
ix_end: usize
)
[src]
&mut self,
data: &[u8],
mask: usize,
ix_start: usize,
ix_end: usize
)
fn Store4Vec4(&mut self, data: &[u8], mask: usize, ix: usize)
[src]
fn StoreEvenVec4(&mut self, data: &[u8], mask: usize, ix: usize)
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> CloneWithAlloc<Alloc> for UnionHasher<Alloc>
[src]
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> Default for UnionHasher<Alloc>
[src]
impl<Alloc: Allocator<u16> + Allocator<u32>> PartialEq<UnionHasher<Alloc>> for UnionHasher<Alloc>
[src]
Auto Trait Implementations
impl<Alloc> RefUnwindSafe for UnionHasher<Alloc> where
<Alloc as Allocator<u16>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
impl<Alloc> Send for UnionHasher<Alloc> where
<Alloc as Allocator<u16>>::AllocatedMemory: Send,
<Alloc as Allocator<u32>>::AllocatedMemory: Send,
<Alloc as Allocator<u16>>::AllocatedMemory: Send,
<Alloc as Allocator<u32>>::AllocatedMemory: Send,
impl<Alloc> Sync for UnionHasher<Alloc> where
<Alloc as Allocator<u16>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u16>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
impl<Alloc> Unpin for UnionHasher<Alloc> where
<Alloc as Allocator<u16>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u32>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u16>>::AllocatedMemory: Unpin,
<Alloc as Allocator<u32>>::AllocatedMemory: Unpin,
impl<Alloc> UnwindSafe for UnionHasher<Alloc> where
<Alloc as Allocator<u16>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u16>>::AllocatedMemory: UnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,