brotli::enc::interfaceType Alias StaticCommand
Source pub type StaticCommand = Command<SliceOffset>;
enum StaticCommand {
Copy(CopyCommand),
Dict(DictCommand),
Literal(LiteralCommand<SliceOffset>),
BlockSwitchCommand(BlockSwitch),
BlockSwitchLiteral(LiteralBlockSwitch),
BlockSwitchDistance(BlockSwitch),
PredictionMode(PredictionModeContextMap<SliceOffset>),
}
Implementations
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more