Struct brotli::enc::find_stride::BucketPopIndex [] [src]

pub struct BucketPopIndex {
    pub val: u8,
    pub six_bits: u8,
    pub stride: u8,
}

Fields

Trait Implementations

impl Copy for BucketPopIndex
[src]

impl Clone for BucketPopIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<AllocU32: Allocator<u32>> Index<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<AllocU32: Allocator<u32>> IndexMut<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations