Enum vips_sys::VipsOperationMorphology [−][src]
#[repr(u32)]pub enum VipsOperationMorphology { VIPS_OPERATION_MORPHOLOGY_ERODE, VIPS_OPERATION_MORPHOLOGY_DILATE, VIPS_OPERATION_MORPHOLOGY_LAST, }
Variants
VIPS_OPERATION_MORPHOLOGY_ERODE
VIPS_OPERATION_MORPHOLOGY_DILATE
VIPS_OPERATION_MORPHOLOGY_LAST
Trait Implementations
impl Debug for VipsOperationMorphology
[src]
impl Debug for VipsOperationMorphology
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for VipsOperationMorphology
[src]
impl Copy for VipsOperationMorphology
impl Clone for VipsOperationMorphology
[src]
impl Clone for VipsOperationMorphology
fn clone(&self) -> VipsOperationMorphology
[src]
fn clone(&self) -> VipsOperationMorphology
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for VipsOperationMorphology
[src]
impl PartialEq for VipsOperationMorphology
fn eq(&self, other: &VipsOperationMorphology) -> bool
[src]
fn eq(&self, other: &VipsOperationMorphology) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for VipsOperationMorphology
[src]
impl Eq for VipsOperationMorphology
impl Hash for VipsOperationMorphology
[src]
impl Hash for VipsOperationMorphology
Auto Trait Implementations
impl Send for VipsOperationMorphology
impl Send for VipsOperationMorphology
impl Sync for VipsOperationMorphology
impl Sync for VipsOperationMorphology