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

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.