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

pub struct H2Sub<AllocU32: Allocator<u32>> {
    pub buckets_: AllocU32::AllocatedMemory,
}

Fields

Trait Implementations

impl<AllocU32: Allocator<u32>> BasicHashComputer for H2Sub<AllocU32>
[src]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H2Sub<AllocU32>
[src]

Important traits for &'a [u8]

impl<AllocU32: Allocator<u32>> SliceWrapper<u32> for H2Sub<AllocU32>
[src]

Important traits for &'a [u8]

Auto Trait Implementations

impl<AllocU32> Send for H2Sub<AllocU32> where
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Send

impl<AllocU32> Sync for H2Sub<AllocU32> where
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Sync