Struct divans::DivansDecompressorFactoryStruct[][src]

pub struct DivansDecompressorFactoryStruct<AllocU8: Allocator<u8>, AllocCDF16: Allocator<DefaultCDF16>, AllocCommand: Allocator<StaticCommand>> { /* fields omitted */ }

Trait Implementations

impl<AllocU8: Default + Allocator<u8>, AllocCDF16: Default + Allocator<DefaultCDF16>, AllocCommand: Default + Allocator<StaticCommand>> Default for DivansDecompressorFactoryStruct<AllocU8, AllocCDF16, AllocCommand>
[src]

Returns the "default value" for a type. Read more

impl<AllocU8: Allocator<u8>, AllocCDF16: Allocator<DefaultCDF16>, AllocCommand: Allocator<StaticCommand>> DivansDecompressorFactory<AllocU8, AllocCDF16, AllocCommand> for DivansDecompressorFactoryStruct<AllocU8, AllocCDF16, AllocCommand>
[src]

Auto Trait Implementations

impl<AllocU8, AllocCDF16, AllocCommand> Send for DivansDecompressorFactoryStruct<AllocU8, AllocCDF16, AllocCommand> where
    AllocCDF16: Send,
    AllocCommand: Send,
    AllocU8: Send

impl<AllocU8, AllocCDF16, AllocCommand> Sync for DivansDecompressorFactoryStruct<AllocU8, AllocCDF16, AllocCommand> where
    AllocCDF16: Sync,
    AllocCommand: Sync,
    AllocU8: Sync