Enum sixel_sys::DiffusionMethod [] [src]

#[repr(C)]
pub enum DiffusionMethod { Auto, None, Atkinson, FS, JaJuNi, Stucki, Burkes, }

Variants

Don't diffuse

Use Bill Atkinson's method

Use Floyd-Steinberg method

Use Jarvis, Judice, & Ninke method

Use Stucki's method

Use Burkes' method

Trait Implementations

impl Debug for DiffusionMethod
[src]

Formats the value using the given formatter.

impl Copy for DiffusionMethod
[src]

impl Clone for DiffusionMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for DiffusionMethod
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more