Struct brotli::enc::find_stride::EntropyBucketPopulation
source · [−]pub struct EntropyBucketPopulation<AllocU32: Allocator<u32>> {
pub bucket_populations: AllocU32::AllocatedMemory,
pub cached_bit_entropy: floatY,
}
Fields
bucket_populations: AllocU32::AllocatedMemory
cached_bit_entropy: floatY
Implementations
Trait Implementations
sourceimpl<AllocU32: Allocator<u32>> Index<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
impl<AllocU32: Allocator<u32>> Index<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
sourceimpl<AllocU32: Allocator<u32>> IndexMut<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
impl<AllocU32: Allocator<u32>> IndexMut<BucketPopIndex> for EntropyBucketPopulation<AllocU32>
sourcefn index_mut<'a>(&'a mut self, index: BucketPopIndex) -> &'a mut u32
fn index_mut<'a>(&'a mut self, index: BucketPopIndex) -> &'a mut u32
Performs the mutable indexing (container[index]
) operation. Read more
Auto Trait Implementations
impl<AllocU32> RefUnwindSafe for EntropyBucketPopulation<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
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,
impl<AllocU32> Unpin for EntropyBucketPopulation<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
impl<AllocU32> UnwindSafe for EntropyBucketPopulation<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more