Enum divans::StrideSelection[][src]

#[repr(u8)]
pub enum StrideSelection { PriorDisabled, Stride1, Stride2, Stride3, Stride4, Stride5, Stride6, Stride7, Stride8, UseBrotliRec, }

Variants

Trait Implementations

impl Clone for StrideSelection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StrideSelection
[src]

impl Debug for StrideSelection
[src]

Formats the value using the given formatter. Read more

impl Default for StrideSelection
[src]

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

Auto Trait Implementations