Struct brotli_decompressor::HuffmanTreeGroup [] [src]

pub struct HuffmanTreeGroup<Alloc32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>> {
    pub htrees: Alloc32::AllocatedMemory,
    pub codes: AllocHC::AllocatedMemory,
    pub alphabet_size: u16,
    pub num_htrees: u16,
}

Fields

Methods

impl<AllocU32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>> HuffmanTreeGroup<AllocU32, AllocHC>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<AllocU32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>> Default for HuffmanTreeGroup<AllocU32, AllocHC>
[src]

[src]

Returns the "default value" for a type. Read more