Struct brotli::enc::backward_references::hash_to_binary_tree::H10Buckets
source · Trait Implementations§
source§impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>
impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>
fn new(m: &mut AllocU32, initializer: u32) -> H10Buckets<AllocU32>
fn new_uninit(m: &mut AllocU32) -> H10Buckets<AllocU32>
fn free(&mut self, m: &mut AllocU32)
source§impl<AllocU32: Allocator<u32>> PartialEq<H10Buckets<AllocU32>> for H10Buckets<AllocU32>
impl<AllocU32: Allocator<u32>> PartialEq<H10Buckets<AllocU32>> for H10Buckets<AllocU32>
source§fn eq(&self, other: &H10Buckets<AllocU32>) -> bool
fn eq(&self, other: &H10Buckets<AllocU32>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.