pub enum BrotliRunningDecodeUint8State {
BROTLI_STATE_DECODE_UINT8_NONE,
BROTLI_STATE_DECODE_UINT8_SHORT,
BROTLI_STATE_DECODE_UINT8_LONG,
}Variants§
Auto Trait Implementations§
impl Freeze for BrotliRunningDecodeUint8State
impl RefUnwindSafe for BrotliRunningDecodeUint8State
impl Send for BrotliRunningDecodeUint8State
impl Sync for BrotliRunningDecodeUint8State
impl Unpin for BrotliRunningDecodeUint8State
impl UnsafeUnpin for BrotliRunningDecodeUint8State
impl UnwindSafe for BrotliRunningDecodeUint8State
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