Enum VipsOperationMorphology
#[repr(u32)]pub enum VipsOperationMorphology {
VIPS_OPERATION_MORPHOLOGY_ERODE = 0,
VIPS_OPERATION_MORPHOLOGY_DILATE = 1,
VIPS_OPERATION_MORPHOLOGY_LAST = 2,
}Variants§
VIPS_OPERATION_MORPHOLOGY_ERODE = 0
VIPS_OPERATION_MORPHOLOGY_DILATE = 1
VIPS_OPERATION_MORPHOLOGY_LAST = 2
Trait Implementations§
§impl Clone for VipsOperationMorphology
impl Clone for VipsOperationMorphology
§fn clone(&self) -> VipsOperationMorphology
fn clone(&self) -> VipsOperationMorphology
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for VipsOperationMorphology
impl Debug for VipsOperationMorphology
§impl Hash for VipsOperationMorphology
impl Hash for VipsOperationMorphology
§impl PartialEq for VipsOperationMorphology
impl PartialEq for VipsOperationMorphology
impl Copy for VipsOperationMorphology
impl Eq for VipsOperationMorphology
impl StructuralPartialEq for VipsOperationMorphology
Auto Trait Implementations§
impl Freeze for VipsOperationMorphology
impl RefUnwindSafe for VipsOperationMorphology
impl Send for VipsOperationMorphology
impl Sync for VipsOperationMorphology
impl Unpin for VipsOperationMorphology
impl UnwindSafe for VipsOperationMorphology
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more