Enum vips::VipsOperationMorphology[][src]

#[repr(u32)]
pub enum VipsOperationMorphology { VIPS_OPERATION_MORPHOLOGY_ERODE, VIPS_OPERATION_MORPHOLOGY_DILATE, VIPS_OPERATION_MORPHOLOGY_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationMorphology
[src]

impl Hash for VipsOperationMorphology
[src]

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

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

impl PartialEq<VipsOperationMorphology> for VipsOperationMorphology
[src]

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

This method tests for !=.

impl Debug for VipsOperationMorphology
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsOperationMorphology
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationMorphology
[src]

Auto Trait Implementations

impl Send for VipsOperationMorphology

impl Sync for VipsOperationMorphology