Enum magick_rust::bindings::StatisticType
source · #[repr(u32)]pub enum StatisticType {
Undefined = 0,
Gradient = 1,
Maximum = 2,
Mean = 3,
Median = 4,
Minimum = 5,
Mode = 6,
Nonpeak = 7,
RootMeanSquare = 8,
StandardDeviation = 9,
Contrast = 10,
}
Variants§
Undefined = 0
Gradient = 1
Maximum = 2
Mean = 3
Median = 4
Minimum = 5
Mode = 6
Nonpeak = 7
RootMeanSquare = 8
StandardDeviation = 9
Contrast = 10
Trait Implementations§
source§impl Clone for StatisticType
impl Clone for StatisticType
source§fn clone(&self) -> StatisticType
fn clone(&self) -> StatisticType
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 StatisticType
impl Debug for StatisticType
source§impl Hash for StatisticType
impl Hash for StatisticType
source§impl PartialEq for StatisticType
impl PartialEq for StatisticType
source§fn eq(&self, other: &StatisticType) -> bool
fn eq(&self, other: &StatisticType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StatisticType
impl Eq for StatisticType
impl StructuralPartialEq for StatisticType
Auto Trait Implementations§
impl Freeze for StatisticType
impl RefUnwindSafe for StatisticType
impl Send for StatisticType
impl Sync for StatisticType
impl Unpin for StatisticType
impl UnwindSafe for StatisticType
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
)