Struct divans::BrotliDivansHybridCompressorFactory[][src]

pub struct BrotliDivansHybridCompressorFactory<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocU32: Allocator<u32>, AllocI32: Allocator<i32>, AllocU64: Allocator<u64>, AllocCommand: Allocator<Command>, AllocCDF16: Allocator<DefaultCDF16>, AllocF64: Allocator<floatX>, AllocFV: Allocator<Mem256f>, AllocPDF: Allocator<PDF>, AllocStaticCommand: Allocator<StaticCommand>, AllocHL: Allocator<HistogramLiteral>, AllocHC: Allocator<HistogramCommand>, AllocHD: Allocator<HistogramDistance>, AllocHP: Allocator<HistogramPair>, AllocCT: Allocator<ContextType>, AllocHT: Allocator<HuffmanTree>, AllocZN: Allocator<ZopfliNode>> { /* fields omitted */ }

Trait Implementations

impl<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocI32: Allocator<i32>, AllocCommand: Allocator<Command>, AllocU32: Allocator<u32>, AllocU64: Allocator<u64>, AllocCDF16: Allocator<DefaultCDF16>, AllocF64: Allocator<floatX>, AllocFV: Allocator<Mem256f>, AllocPDF: Allocator<PDF>, AllocStaticCommand: Allocator<StaticCommand>, AllocHL: Allocator<HistogramLiteral>, AllocHC: Allocator<HistogramCommand>, AllocHD: Allocator<HistogramDistance>, AllocHP: Allocator<HistogramPair>, AllocCT: Allocator<ContextType>, AllocHT: Allocator<HuffmanTree>, AllocZN: Allocator<ZopfliNode>> DivansCompressorFactory<AllocU8, AllocU32, AllocCDF16> for BrotliDivansHybridCompressorFactory<AllocU8, AllocU16, AllocU32, AllocI32, AllocU64, AllocCommand, AllocCDF16, AllocF64, AllocFV, AllocPDF, AllocStaticCommand, AllocHL, AllocHC, AllocHD, AllocHP, AllocCT, AllocHT, AllocZN>
[src]

Auto Trait Implementations

impl<AllocU8, AllocU16, AllocU32, AllocI32, AllocU64, AllocCommand, AllocCDF16, AllocF64, AllocFV, AllocPDF, AllocStaticCommand, AllocHL, AllocHC, AllocHD, AllocHP, AllocCT, AllocHT, AllocZN> Send for BrotliDivansHybridCompressorFactory<AllocU8, AllocU16, AllocU32, AllocI32, AllocU64, AllocCommand, AllocCDF16, AllocF64, AllocFV, AllocPDF, AllocStaticCommand, AllocHL, AllocHC, AllocHD, AllocHP, AllocCT, AllocHT, AllocZN> where
    AllocCDF16: Send,
    AllocCT: Send,
    AllocCommand: Send,
    AllocF64: Send,
    AllocFV: Send,
    AllocHC: Send,
    AllocHD: Send,
    AllocHL: Send,
    AllocHP: Send,
    AllocHT: Send,
    AllocI32: Send,
    AllocPDF: Send,
    AllocStaticCommand: Send,
    AllocU16: Send,
    AllocU32: Send,
    AllocU64: Send,
    AllocU8: Send,
    AllocZN: Send

impl<AllocU8, AllocU16, AllocU32, AllocI32, AllocU64, AllocCommand, AllocCDF16, AllocF64, AllocFV, AllocPDF, AllocStaticCommand, AllocHL, AllocHC, AllocHD, AllocHP, AllocCT, AllocHT, AllocZN> Sync for BrotliDivansHybridCompressorFactory<AllocU8, AllocU16, AllocU32, AllocI32, AllocU64, AllocCommand, AllocCDF16, AllocF64, AllocFV, AllocPDF, AllocStaticCommand, AllocHL, AllocHC, AllocHD, AllocHP, AllocCT, AllocHT, AllocZN> where
    AllocCDF16: Sync,
    AllocCT: Sync,
    AllocCommand: Sync,
    AllocF64: Sync,
    AllocFV: Sync,
    AllocHC: Sync,
    AllocHD: Sync,
    AllocHL: Sync,
    AllocHP: Sync,
    AllocHT: Sync,
    AllocI32: Sync,
    AllocPDF: Sync,
    AllocStaticCommand: Sync,
    AllocU16: Sync,
    AllocU32: Sync,
    AllocU64: Sync,
    AllocU8: Sync,
    AllocZN: Sync