Enum divans::interface::BrotliCompressionSetting[][src]

#[repr(u8)]
pub enum BrotliCompressionSetting { UseInternalCommandSelection, UseBrotliCommandSelection, UseBrotliBitstream, }

Variants

Trait Implementations

impl Clone for BrotliCompressionSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BrotliCompressionSetting
[src]

impl Debug for BrotliCompressionSetting
[src]

Formats the value using the given formatter. Read more

impl Default for BrotliCompressionSetting
[src]

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

Auto Trait Implementations