Struct brotli::enc::block_split::BlockSplit
source · pub struct BlockSplit<Alloc: Allocator<u8> + Allocator<u32>> {
pub num_types: usize,
pub num_blocks: usize,
pub types: <Alloc as Allocator<u8>>::AllocatedMemory,
pub lengths: <Alloc as Allocator<u32>>::AllocatedMemory,
}
Fields§
§num_types: usize
§num_blocks: usize
§types: <Alloc as Allocator<u8>>::AllocatedMemory
§lengths: <Alloc as Allocator<u32>>::AllocatedMemory