Enum brotli::enc::histogram::ContextType[][src]

pub enum ContextType {
    CONTEXT_LSB6,
    CONTEXT_MSB6,
    CONTEXT_UTF8,
    CONTEXT_SIGNED,
}

Variants

Trait Implementations

impl Copy for ContextType
[src]

impl Clone for ContextType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ContextType
[src]

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

Auto Trait Implementations

impl Send for ContextType

impl Sync for ContextType