pub enum BrotliRunningReadBlockLengthState {
BROTLI_STATE_READ_BLOCK_LENGTH_NONE,
BROTLI_STATE_READ_BLOCK_LENGTH_SUFFIX,
}
Variants§
Auto Trait Implementations§
impl Freeze for BrotliRunningReadBlockLengthState
impl RefUnwindSafe for BrotliRunningReadBlockLengthState
impl Send for BrotliRunningReadBlockLengthState
impl Sync for BrotliRunningReadBlockLengthState
impl Unpin for BrotliRunningReadBlockLengthState
impl UnwindSafe for BrotliRunningReadBlockLengthState
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