Struct brotli::HuffmanCode
[−]
[src]
pub struct HuffmanCode {
pub bits: u8,
pub value: u16,
}Fields
bits: u8
value: u16
Methods
impl HuffmanCode[src]
fn eq(&self, other: &HuffmanCode) -> bool[src]
Trait Implementations
impl Debug for HuffmanCode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.
impl PartialEq<HuffmanCode> for HuffmanCode[src]
fn eq(&self, __arg_0: &HuffmanCode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HuffmanCode) -> bool[src]
This method tests for !=.
impl Clone for HuffmanCode[src]
fn clone(&self) -> HuffmanCode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for HuffmanCode[src]
impl Default for HuffmanCode[src]
fn default() -> HuffmanCode[src]
Returns the "default value" for a type. Read more