Struct brotli::enc::histogram::BlockSplitIterator
source · pub struct BlockSplitIterator<'a, Alloc: Allocator<u8> + 'a + Allocator<u32>> {
pub split_: &'a BlockSplit<Alloc>,
pub idx_: usize,
pub type_: usize,
pub length_: usize,
}
Fields§
§split_: &'a BlockSplit<Alloc>
§idx_: usize
§type_: usize
§length_: usize