Struct brotli::HuffmanCode[][src]

pub struct HuffmanCode {
    pub bits: u8,
    pub value: u16,
}

Fields

Methods

impl HuffmanCode
[src]

Trait Implementations

impl Copy for HuffmanCode
[src]

impl Debug for HuffmanCode
[src]

Formats the value using the given formatter. Read more

impl Default for HuffmanCode
[src]

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

impl Clone for HuffmanCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<HuffmanCode> for HuffmanCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for HuffmanCode

impl Sync for HuffmanCode