Struct brotli::ffi::compressor::BrotliEncoderState
source · #[repr(C)]pub struct BrotliEncoderState {
pub custom_allocator: CAllocator,
pub compressor: BrotliEncoderStateStruct<BrotliSubclassableAllocator>,
}
Fields§
§custom_allocator: CAllocator
§compressor: BrotliEncoderStateStruct<BrotliSubclassableAllocator>