Struct brotli::DecompressorCustomIo [] [src]

pub struct DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
{ /* fields omitted */ }

Methods

impl<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
[src]

[src]

[src]

Important traits for &'a mut I
[src]

Important traits for &'a mut I
[src]

[src]

Trait Implementations

impl<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> CustomRead<ErrType> for DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
[src]

[src]

Auto Trait Implementations

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

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