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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ContextType
[src]

[src]

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