Enum brotli::enc::interface::Command[][src]

pub enum Command<SliceType: SliceWrapper<u8>> {
    Copy(CopyCommand),
    Dict(DictCommand),
    Literal(LiteralCommand<SliceType>),
    BlockSwitchCommand(BlockSwitch),
    BlockSwitchLiteral(LiteralBlockSwitch),
    BlockSwitchDistance(BlockSwitch),
    PredictionMode(PredictionModeContextMap<SliceType>),
}

Variants

Methods

impl<SliceType: SliceWrapper<u8> + Default> Command<SliceType>
[src]

impl<SliceType: SliceWrapper<u8> + Freezable> Command<SliceType>
[src]

Trait Implementations

impl<SliceType: Debug + SliceWrapper<u8>> Debug for Command<SliceType>
[src]

Formats the value using the given formatter. Read more

impl<SliceType: SliceWrapper<u8>> Default for Command<SliceType>
[src]

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

impl<SliceType: SliceWrapper<u8>> Nop<Command<SliceType>> for Command<SliceType>
[src]

impl<SliceType: SliceWrapper<u8> + Clone> Clone for Command<SliceType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<SliceType: SliceWrapper<u8> + Clone + Copy> Copy for Command<SliceType>
[src]

Auto Trait Implementations

impl<SliceType> Send for Command<SliceType> where
    SliceType: Send

impl<SliceType> Sync for Command<SliceType> where
    SliceType: Sync