Struct brotli_decompressor::ffi::BrotliDecoderState
source · #[repr(C)]pub struct BrotliDecoderState {
pub custom_allocator: CAllocator,
pub decompressor: BrotliState<SubclassableAllocator, SubclassableAllocator, SubclassableAllocator>,
}
Fields§
§custom_allocator: CAllocator
§decompressor: BrotliState<SubclassableAllocator, SubclassableAllocator, SubclassableAllocator>