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 UnsafeUnpin 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