Struct brotli::enc::brotli_bit_stream::BlockTypeCodeCalculator [] [src]

pub struct BlockTypeCodeCalculator {
    pub last_type: usize,
    pub second_last_type: usize,
}

Fields

Trait Implementations

impl Clone for BlockTypeCodeCalculator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlockTypeCodeCalculator
[src]