pub enum Command<SliceType: SliceWrapper<u8>> {
Copy(CopyCommand),
Dict(DictCommand),
Literal(LiteralCommand<SliceType>),
BlockSwitchCommand(BlockSwitch),
BlockSwitchLiteral(LiteralBlockSwitch),
BlockSwitchDistance(BlockSwitch),
PredictionMode(PredictionModeContextMap<SliceType>),
}
Variants§
Copy(CopyCommand)
Dict(DictCommand)
Literal(LiteralCommand<SliceType>)
BlockSwitchCommand(BlockSwitch)
BlockSwitchLiteral(LiteralBlockSwitch)
BlockSwitchDistance(BlockSwitch)
PredictionMode(PredictionModeContextMap<SliceType>)
Implementations§
source§impl<SliceType: SliceWrapper<u8> + Default> Command<SliceType>
impl<SliceType: SliceWrapper<u8> + Default> Command<SliceType>
pub fn free_array<F>(&mut self, apply_func: &mut F)where
F: FnMut(SliceType),
source§impl<SliceType: Unfreezable + SliceWrapper<u8>> Command<SliceType>
impl<SliceType: Unfreezable + SliceWrapper<u8>> Command<SliceType>
pub fn thaw_pair<'a>(&self, data: &InputPair<'a>) -> Command<InputReference<'a>>
pub fn thaw<'a>(&self, data: &'a [u8]) -> Command<InputReference<'a>>
source§impl<SliceType: SliceWrapper<u8> + Freezable> Command<SliceType>
impl<SliceType: SliceWrapper<u8> + Freezable> Command<SliceType>
pub fn freeze(&self) -> Command<SliceOffset>
Trait Implementations§
source§impl<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocI32: Allocator<i32>, AllocU32: Allocator<u32>, AllocU64: Allocator<u64>, AllocCommand: Allocator<Command>, AllocFloatX: Allocator<floatX>, AllocV8: Allocator<v8>, AllocS16: Allocator<s16>, AllocPDF: Allocator<PDF>, AllocStaticCommand: Allocator<StaticCommand>, AllocHistogramLiteral: Allocator<HistogramLiteral>, AllocHistogramCommand: Allocator<HistogramCommand>, AllocHistogramDistance: Allocator<HistogramDistance>, AllocHistogramPair: Allocator<HistogramPair>, AllocContextType: Allocator<ContextType>, AllocHuffmanTree: Allocator<HuffmanTree>, AllocZopfliNode: Allocator<ZopfliNode>> Allocator<Command<SliceOffset>> for CombiningAllocator<AllocU8, AllocU16, AllocI32, AllocU32, AllocU64, AllocCommand, AllocFloatX, AllocV8, AllocS16, AllocPDF, AllocStaticCommand, AllocHistogramLiteral, AllocHistogramCommand, AllocHistogramDistance, AllocHistogramPair, AllocContextType, AllocHuffmanTree, AllocZopfliNode>
impl<AllocU8: Allocator<u8>, AllocU16: Allocator<u16>, AllocI32: Allocator<i32>, AllocU32: Allocator<u32>, AllocU64: Allocator<u64>, AllocCommand: Allocator<Command>, AllocFloatX: Allocator<floatX>, AllocV8: Allocator<v8>, AllocS16: Allocator<s16>, AllocPDF: Allocator<PDF>, AllocStaticCommand: Allocator<StaticCommand>, AllocHistogramLiteral: Allocator<HistogramLiteral>, AllocHistogramCommand: Allocator<HistogramCommand>, AllocHistogramDistance: Allocator<HistogramDistance>, AllocHistogramPair: Allocator<HistogramPair>, AllocContextType: Allocator<ContextType>, AllocHuffmanTree: Allocator<HuffmanTree>, AllocZopfliNode: Allocator<ZopfliNode>> Allocator<Command<SliceOffset>> for CombiningAllocator<AllocU8, AllocU16, AllocI32, AllocU32, AllocU64, AllocCommand, AllocFloatX, AllocV8, AllocS16, AllocPDF, AllocStaticCommand, AllocHistogramLiteral, AllocHistogramCommand, AllocHistogramDistance, AllocHistogramPair, AllocContextType, AllocHuffmanTree, AllocZopfliNode>
type AllocatedMemory = <AllocStaticCommand as Allocator<Command<SliceOffset>>>::AllocatedMemory
fn alloc_cell( &mut self, size: usize, ) -> <Self as Allocator<StaticCommand>>::AllocatedMemory
fn free_cell( &mut self, data: <Self as Allocator<StaticCommand>>::AllocatedMemory, )
impl<SliceType: SliceWrapper<u8> + Clone + Copy> Copy for Command<SliceType>
Auto Trait Implementations§
impl<SliceType> Freeze for Command<SliceType>where
SliceType: Freeze,
impl<SliceType> RefUnwindSafe for Command<SliceType>where
SliceType: RefUnwindSafe,
impl<SliceType> Send for Command<SliceType>where
SliceType: Send,
impl<SliceType> Sync for Command<SliceType>where
SliceType: Sync,
impl<SliceType> Unpin for Command<SliceType>where
SliceType: Unpin,
impl<SliceType> UnwindSafe for Command<SliceType>where
SliceType: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)