Enum brotli::ffi::compressor::BrotliEncoderOperation
source · #[repr(C)]pub enum BrotliEncoderOperation {
BROTLI_OPERATION_PROCESS = 0,
BROTLI_OPERATION_FLUSH = 1,
BROTLI_OPERATION_FINISH = 2,
BROTLI_OPERATION_EMIT_METADATA = 3,
}
Variants§
BROTLI_OPERATION_PROCESS = 0
BROTLI_OPERATION_FLUSH = 1
BROTLI_OPERATION_FINISH = 2
BROTLI_OPERATION_EMIT_METADATA = 3
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