Struct brotli::enc::hash_to_binary_tree::H10Buckets[][src]

pub struct H10Buckets<AllocU32: Allocator<u32>>(_);

Trait Implementations

impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>
[src]

impl<AllocU32: Allocator<u32>> SliceWrapper<u32> for H10Buckets<AllocU32>
[src]

Important traits for &'a [u8]

impl<AllocU32: Allocator<u32>> SliceWrapperMut<u32> for H10Buckets<AllocU32>
[src]

Important traits for &'a [u8]

Auto Trait Implementations

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

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