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

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

Fields

Trait Implementations

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

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

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