Enum brotli::ffi::compressor::BrotliEncoderOperation
source · #[repr(C)]pub enum BrotliEncoderOperation {
BROTLI_OPERATION_PROCESS,
BROTLI_OPERATION_FLUSH,
BROTLI_OPERATION_FINISH,
BROTLI_OPERATION_EMIT_METADATA,
}
Variants§
BROTLI_OPERATION_PROCESS
BROTLI_OPERATION_FLUSH
BROTLI_OPERATION_FINISH
BROTLI_OPERATION_EMIT_METADATA
Auto Trait Implementations§
impl RefUnwindSafe for BrotliEncoderOperation
impl Send for BrotliEncoderOperation
impl Sync for BrotliEncoderOperation
impl Unpin for BrotliEncoderOperation
impl UnwindSafe for BrotliEncoderOperation
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