Enum sixel_sys::ResamplingMethod [] [src]

#[repr(C)]
pub enum ResamplingMethod { Nearest, Gaussian, Hanning, Hamming, Bilinear, Welsh, Bicubic, Lanczos2, Lanczos3, Lanczos4, }

What filter to use when resampling

Variants

Trait Implementations

impl Debug for ResamplingMethod
[src]

Formats the value using the given formatter.

impl Copy for ResamplingMethod
[src]

impl Clone for ResamplingMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ResamplingMethod
[src]

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

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