Struct brotli::DecompressorWriterCustomIo[][src]

pub struct DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
{ /* fields omitted */ }

Methods

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

Important traits for &'a mut I

Important traits for &'a mut I

Trait Implementations

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> CustomWrite<ErrType> for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> Drop for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> Send for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Send,
    AllocU32: Send,
    AllocU8: Send,
    BufferType: Send,
    ErrType: Send,
    W: Send,
    <AllocHC as Allocator<HuffmanCode>>::AllocatedMemory: Send,
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Send

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> Sync for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Sync,
    AllocU32: Sync,
    AllocU8: Sync,
    BufferType: Sync,
    ErrType: Sync,
    W: Sync,
    <AllocHC as Allocator<HuffmanCode>>::AllocatedMemory: Sync,
    <AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
    <AllocU8 as Allocator<u8>>::AllocatedMemory: Sync