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

pub fn BrotliEncoderSetParameter<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocCommand: Allocator<Command>>(
    state: &mut BrotliEncoderStateStruct<AllocU8, AllocU16, AllocU32, AllocI32, AllocCommand>,
    p: BrotliEncoderParameter,
    value: u32
) -> i32