Struct brotli::enc::backward_references::H9[][src]

pub struct H9<AllocU16: Allocator<u16>, AllocU32: Allocator<u32>> {
    pub num_: AllocU16::AllocatedMemory,
    pub buckets_: AllocU32::AllocatedMemory,
    pub dict_search_stats_: Struct1,
    pub h9_opts: H9Opts,
}

Fields

Trait Implementations

impl<AllocU16: Allocator<u16>, AllocU32: Allocator<u32>> AnyHasher for H9<AllocU16, AllocU32>
[src]

Auto Trait Implementations

impl<AllocU16, AllocU32> Send for H9<AllocU16, AllocU32> where
    <AllocU16 as Allocator<u16>>::AllocatedMemory: Send,
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Send

impl<AllocU16, AllocU32> Sync for H9<AllocU16, AllocU32> where
    <AllocU16 as Allocator<u16>>::AllocatedMemory: Sync,
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Sync