Enum brotli2::CompressMode [] [src]

#[repr(isize)]
pub enum CompressMode { Generic, Text, Font, }

Possible choices for modes of compression

Variants

Default compression mode, the compressor does not know anything in advance about the properties of the input.

Compression mode for utf-8 formatted text input.

Compression mode in WOFF 2.0.

Trait Implementations

impl Copy for CompressMode
[src]

impl Clone for CompressMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompressMode
[src]

Formats the value using the given formatter.

impl PartialEq for CompressMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CompressMode
[src]