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

pub struct EntropyTally<AllocU32: Allocator<u32>> { /* fields omitted */ }

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

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

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