[−][src]Struct brotli::enc::interface::LiteralPredictionModeNibble
Methods
impl LiteralPredictionModeNibble
[src][−]
pub fn new(prediction_mode: u8) -> Result<Self, ()>
[src]
pub fn prediction_mode(&self) -> u8
[src]
pub fn signed() -> Self
[src]
pub fn utf8() -> Self
[src]
pub fn msb6() -> Self
[src]
pub fn lsb6() -> Self
[src]
pub fn to_context_enum(&self) -> Result<ContextType, ()>
[src]
Trait Implementations
impl Clone for LiteralPredictionModeNibble
[src][+]
impl Copy for LiteralPredictionModeNibble
[src]
impl Debug for LiteralPredictionModeNibble
[src][+]
impl Default for LiteralPredictionModeNibble
[src][+]
impl Eq for LiteralPredictionModeNibble
[src]
impl Hash for LiteralPredictionModeNibble
[src][+]
impl PartialEq<LiteralPredictionModeNibble> for LiteralPredictionModeNibble
[src][+]
impl StructuralEq for LiteralPredictionModeNibble
[src]
impl StructuralPartialEq for LiteralPredictionModeNibble
[src]
Auto Trait Implementations
impl RefUnwindSafe for LiteralPredictionModeNibble
impl Send for LiteralPredictionModeNibble
impl Sync for LiteralPredictionModeNibble
impl Unpin for LiteralPredictionModeNibble
impl UnwindSafe for LiteralPredictionModeNibble
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,