Enum brotli::enc::backward_references::BrotliEncoderMode[][src]

#[repr(C)]
pub enum BrotliEncoderMode { BROTLI_MODE_GENERIC, BROTLI_MODE_TEXT, BROTLI_MODE_FONT, BROTLI_FORCE_LSB_PRIOR, BROTLI_FORCE_MSB_PRIOR, BROTLI_FORCE_UTF8_PRIOR, BROTLI_FORCE_SIGNED_PRIOR, }

Variants

Trait Implementations

impl PartialEq for BrotliEncoderMode
[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 BrotliEncoderMode
[src]

impl Copy for BrotliEncoderMode
[src]

impl Clone for BrotliEncoderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BrotliEncoderMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations