Struct brotli_no_stdlib::HuffmanCode [] [src]

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

Fields

bits: u8 value: u16

Methods

impl HuffmanCode
[src]

fn eq(&self, other: &Self) -> bool

Trait Implementations

impl Debug for HuffmanCode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for HuffmanCode
[src]

fn clone(&self) -> HuffmanCode

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for HuffmanCode
[src]

impl PartialEq for HuffmanCode
[src]

fn eq(&self, __arg_0: &HuffmanCode) -> bool

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

fn ne(&self, __arg_0: &HuffmanCode) -> bool

This method tests for !=.

impl Default for HuffmanCode
[src]

fn default() -> Self

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