Enum brotli_decompressor::context::ContextType
source · pub enum ContextType {
CONTEXT_LSB6,
CONTEXT_MSB6,
CONTEXT_UTF8,
CONTEXT_SIGNED,
}
Variants§
Auto Trait Implementations§
impl Freeze for ContextType
impl RefUnwindSafe for ContextType
impl Send for ContextType
impl Sync for ContextType
impl Unpin for ContextType
impl UnwindSafe for ContextType
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