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