Enum vips_sys::ImMaskType [] [src]

#[repr(u32)]
pub enum ImMaskType { IM_MASK_IDEAL_HIGHPASS, IM_MASK_IDEAL_LOWPASS, IM_MASK_BUTTERWORTH_HIGHPASS, IM_MASK_BUTTERWORTH_LOWPASS, IM_MASK_GAUSS_HIGHPASS, IM_MASK_GAUSS_LOWPASS, IM_MASK_IDEAL_RINGPASS, IM_MASK_IDEAL_RINGREJECT, IM_MASK_BUTTERWORTH_RINGPASS, IM_MASK_BUTTERWORTH_RINGREJECT, IM_MASK_GAUSS_RINGPASS, IM_MASK_GAUSS_RINGREJECT, IM_MASK_IDEAL_BANDPASS, IM_MASK_IDEAL_BANDREJECT, IM_MASK_BUTTERWORTH_BANDPASS, IM_MASK_BUTTERWORTH_BANDREJECT, IM_MASK_GAUSS_BANDPASS, IM_MASK_GAUSS_BANDREJECT, IM_MASK_FRACTAL_FLT, }

Variants

Trait Implementations

impl Debug for ImMaskType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ImMaskType
[src]

impl Clone for ImMaskType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ImMaskType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ImMaskType
[src]

impl Hash for ImMaskType
[src]

[src]

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

1.3.0
[src]

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