Struct brotli::enc::interface::LiteralPredictionModeNibble
source · pub struct LiteralPredictionModeNibble(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Clone for LiteralPredictionModeNibble
impl Clone for LiteralPredictionModeNibble
source§fn clone(&self) -> LiteralPredictionModeNibble
fn clone(&self) -> LiteralPredictionModeNibble
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LiteralPredictionModeNibble
impl Debug for LiteralPredictionModeNibble
source§impl Default for LiteralPredictionModeNibble
impl Default for LiteralPredictionModeNibble
source§fn default() -> LiteralPredictionModeNibble
fn default() -> LiteralPredictionModeNibble
Returns the “default value” for a type. Read more
source§impl Hash for LiteralPredictionModeNibble
impl Hash for LiteralPredictionModeNibble
source§impl PartialEq<LiteralPredictionModeNibble> for LiteralPredictionModeNibble
impl PartialEq<LiteralPredictionModeNibble> for LiteralPredictionModeNibble
source§fn eq(&self, other: &LiteralPredictionModeNibble) -> bool
fn eq(&self, other: &LiteralPredictionModeNibble) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.