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

pub struct H9<Alloc: Allocator<u16> + Allocator<u32>> {
    pub num_: <Alloc as Allocator<u16>>::AllocatedMemory,
    pub buckets_: <Alloc as Allocator<u32>>::AllocatedMemory,
    pub dict_search_stats_: Struct1,
    pub h9_opts: H9Opts,
}

Fields

num_: <Alloc as Allocator<u16>>::AllocatedMemorybuckets_: <Alloc as Allocator<u32>>::AllocatedMemorydict_search_stats_: Struct1h9_opts: H9Opts

Trait Implementations

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.