Struct brotli::enc::backward_references::hash_to_binary_tree::H10[][src]

pub struct H10<AllocU32: Allocator<u32>, Buckets: Allocable<u32, AllocU32> + SliceWrapperMut<u32> + SliceWrapper<u32>, Params: H10Params> where
    Buckets: PartialEq<Buckets>, 
{ pub window_mask_: usize, pub common: Struct1, pub buckets_: Buckets, pub invalid_pos_: u32, pub forest: AllocU32::AllocatedMemory, pub _params: PhantomData<Params>, }

Fields

window_mask_: usizecommon: Struct1buckets_: Bucketsinvalid_pos_: u32forest: AllocU32::AllocatedMemory_params: PhantomData<Params>

Implementations

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.