Function brotli::enc::encode::BrotliEncoderWriteData [] [src]

pub fn BrotliEncoderWriteData<'a, AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocU64: Allocator<u64>, AllocF64: Allocator<floatX>, AllocFV: Allocator<Mem256f>, AllocHL: Allocator<HistogramLiteral>, AllocHC: Allocator<HistogramCommand>, AllocHD: Allocator<HistogramDistance>, AllocHP: Allocator<HistogramPair>, AllocCT: Allocator<ContextType>, AllocCommand: Allocator<Command>, AllocHT: Allocator<HuffmanTree>, AllocZN: Allocator<ZopfliNode>, MetablockCallback: FnMut(&[Command<InputReference>])>(
    s: &'a mut BrotliEncoderStateStruct<AllocU8, AllocU16, AllocU32, AllocI32, AllocCommand>,
    m64: &mut AllocU64,
    mf64: &mut AllocF64,
    mfv: &mut AllocFV,
    mhl: &mut AllocHL,
    mhc: &mut AllocHC,
    mhd: &mut AllocHD,
    mhp: &mut AllocHP,
    mct: &mut AllocCT,
    mht: &mut AllocHT,
    mzn: &mut AllocZN,
    is_last: i32,
    force_flush: i32,
    out_size: &mut usize,
    output: &'a mut &'a mut [u8],
    metablock_callback: &mut MetablockCallback
) -> i32