brotli::enc::static_dict_lut

Type Alias D

Source
type D = DictWord;

Aliased Type§

struct D {
    pub l: u8,
    pub t: u8,
    pub i: u16,
}

Fields§

§l: u8§t: u8§i: u16

Implementations

Source§

impl DictWord

Source

pub fn len(self) -> u8

Source

pub fn transform(self) -> u8

Source

pub fn idx(self) -> u16

Trait Implementations

Source§

impl Clone for DictWord

Source§

fn clone(&self) -> DictWord

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for DictWord