Enum magick_rust::bindings::MorphologyMethod
source · #[repr(u32)]pub enum MorphologyMethod {
Show 23 variants
Undefined = 0,
Convolve = 1,
Correlate = 2,
Erode = 3,
Dilate = 4,
ErodeIntensity = 5,
DilateIntensity = 6,
IterativeDistance = 7,
Open = 8,
Close = 9,
OpenIntensity = 10,
CloseIntensity = 11,
Smooth = 12,
EdgeIn = 13,
EdgeOut = 14,
Edge = 15,
TopHat = 16,
BottomHat = 17,
HitAndMiss = 18,
Thinning = 19,
Thicken = 20,
Distance = 21,
Voronoi = 22,
}
Variants§
Undefined = 0
Convolve = 1
Correlate = 2
Erode = 3
Dilate = 4
ErodeIntensity = 5
DilateIntensity = 6
IterativeDistance = 7
Open = 8
Close = 9
OpenIntensity = 10
CloseIntensity = 11
Smooth = 12
EdgeIn = 13
EdgeOut = 14
Edge = 15
TopHat = 16
BottomHat = 17
HitAndMiss = 18
Thinning = 19
Thicken = 20
Distance = 21
Voronoi = 22
Trait Implementations§
source§impl Clone for MorphologyMethod
impl Clone for MorphologyMethod
source§fn clone(&self) -> MorphologyMethod
fn clone(&self) -> MorphologyMethod
Returns a copy 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 moresource§impl Debug for MorphologyMethod
impl Debug for MorphologyMethod
source§impl Hash for MorphologyMethod
impl Hash for MorphologyMethod
source§impl PartialEq for MorphologyMethod
impl PartialEq for MorphologyMethod
source§fn eq(&self, other: &MorphologyMethod) -> bool
fn eq(&self, other: &MorphologyMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MorphologyMethod
impl Eq for MorphologyMethod
impl StructuralPartialEq for MorphologyMethod
Auto Trait Implementations§
impl Freeze for MorphologyMethod
impl RefUnwindSafe for MorphologyMethod
impl Send for MorphologyMethod
impl Sync for MorphologyMethod
impl Unpin for MorphologyMethod
impl UnwindSafe for MorphologyMethod
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)