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

pub struct EntropyBucketPopulation<AllocU32: Allocator<u32>> {
    pub bucket_populations: AllocU32::AllocatedMemory,
    pub cached_bit_entropy: floatY,
}

Fields

Methods

impl<AllocU32: Allocator<u32>> EntropyBucketPopulation<AllocU32>
[src]

[src]

[src]

Trait Implementations

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

impl<AllocU32> Send for EntropyBucketPopulation<AllocU32> where
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Send

impl<AllocU32> Sync for EntropyBucketPopulation<AllocU32> where
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Sync