Struct brotli::enc::brotli_bit_stream::BlockSplitCode
source · pub struct BlockSplitCode {
pub type_code_calculator: BlockTypeCodeCalculator,
pub type_depths: [u8; 258],
pub type_bits: [u16; 258],
pub length_depths: [u8; 26],
pub length_bits: [u16; 26],
}
Fields§
§type_code_calculator: BlockTypeCodeCalculator
§type_depths: [u8; 258]
§type_bits: [u16; 258]
§length_depths: [u8; 26]
§length_bits: [u16; 26]
Auto Trait Implementations§
impl Freeze for BlockSplitCode
impl RefUnwindSafe for BlockSplitCode
impl Send for BlockSplitCode
impl Sync for BlockSplitCode
impl Unpin for BlockSplitCode
impl UnwindSafe for BlockSplitCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more