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 for LiteralPredictionModeNibble
impl PartialEq 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 ==
.impl Copy for LiteralPredictionModeNibble
impl Eq for LiteralPredictionModeNibble
impl StructuralPartialEq for LiteralPredictionModeNibble
Auto Trait Implementations§
impl Freeze for LiteralPredictionModeNibble
impl RefUnwindSafe for LiteralPredictionModeNibble
impl Send for LiteralPredictionModeNibble
impl Sync for LiteralPredictionModeNibble
impl Unpin for LiteralPredictionModeNibble
impl UnwindSafe for LiteralPredictionModeNibble
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)