[−][src]Struct brotli::enc::backward_references::hash_to_binary_tree::H10Buckets
Trait Implementations
impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>
[src]
fn new(m: &mut AllocU32, initializer: u32) -> H10Buckets<AllocU32>
[src]
fn new_uninit(m: &mut AllocU32) -> H10Buckets<AllocU32>
[src]
fn free(&mut self, m: &mut AllocU32)
[src]
impl<AllocU32: Allocator<u32>> PartialEq<H10Buckets<AllocU32>> for H10Buckets<AllocU32>
[src]
fn eq(&self, other: &H10Buckets<AllocU32>) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl<AllocU32: Allocator<u32>> SliceWrapper<u32> for H10Buckets<AllocU32>
[src]
impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H10Buckets<AllocU32>
[src]
Auto Trait Implementations
impl<AllocU32> RefUnwindSafe for H10Buckets<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
impl<AllocU32> Send for H10Buckets<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
impl<AllocU32> Sync for H10Buckets<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
impl<AllocU32> Unpin for H10Buckets<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
impl<AllocU32> UnwindSafe for H10Buckets<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: UnwindSafe,
<AllocU32 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>,