Struct brotli::enc::entropy_encode::HuffmanTree[][src]

pub struct HuffmanTree {
    pub total_count_: u32,
    pub index_left_: i16,
    pub index_right_or_value_: i16,
}

Fields

Trait Implementations

impl Clone for HuffmanTree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HuffmanTree
[src]

impl Default for HuffmanTree
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for HuffmanTree

impl Sync for HuffmanTree