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

pub fn BrotliEncoderCopyInputToRingBuffer<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocCommand: Allocator<Command>>(
    s: &mut BrotliEncoderStateStruct<AllocU8, AllocU16, AllocU32, AllocI32, AllocCommand>,
    input_size: usize,
    input_buffer: &[u8]
)