Struct brotli::enc::brotli_bit_stream::BlockTypeCodeCalculator
source · Fields§
§last_type: usize
§second_last_type: usize
Trait Implementations§
source§impl Clone for BlockTypeCodeCalculator
impl Clone for BlockTypeCodeCalculator
source§fn clone(&self) -> BlockTypeCodeCalculator
fn clone(&self) -> BlockTypeCodeCalculator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more