Enum magick_rust::bindings::FilterType
source · #[repr(u32)]pub enum FilterType {
Show 33 variants
Undefined = 0,
Point = 1,
Box = 2,
Triangle = 3,
Hermite = 4,
Hann = 5,
Hamming = 6,
Blackman = 7,
Gaussian = 8,
Quadratic = 9,
Cubic = 10,
Catrom = 11,
Mitchell = 12,
Jinc = 13,
Sinc = 14,
SincFast = 15,
Kaiser = 16,
Welch = 17,
Parzen = 18,
Bohman = 19,
Bartlett = 20,
Lagrange = 21,
Lanczos = 22,
LanczosSharp = 23,
Lanczos2 = 24,
Lanczos2Sharp = 25,
Robidoux = 26,
RobidouxSharp = 27,
Cosine = 28,
Spline = 29,
LanczosRadius = 30,
CubicSpline = 31,
Sentinel = 32,
}
Variants§
Undefined = 0
Point = 1
Box = 2
Triangle = 3
Hermite = 4
Hann = 5
Hamming = 6
Blackman = 7
Gaussian = 8
Quadratic = 9
Cubic = 10
Catrom = 11
Mitchell = 12
Jinc = 13
Sinc = 14
SincFast = 15
Kaiser = 16
Welch = 17
Parzen = 18
Bohman = 19
Bartlett = 20
Lagrange = 21
Lanczos = 22
LanczosSharp = 23
Lanczos2 = 24
Lanczos2Sharp = 25
Robidoux = 26
RobidouxSharp = 27
Cosine = 28
Spline = 29
LanczosRadius = 30
CubicSpline = 31
Sentinel = 32
Trait Implementations§
source§impl Clone for FilterType
impl Clone for FilterType
source§fn clone(&self) -> FilterType
fn clone(&self) -> FilterType
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 FilterType
impl Debug for FilterType
source§impl Hash for FilterType
impl Hash for FilterType
source§impl PartialEq for FilterType
impl PartialEq for FilterType
source§fn eq(&self, other: &FilterType) -> bool
fn eq(&self, other: &FilterType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FilterType
impl Eq for FilterType
impl StructuralPartialEq for FilterType
Auto Trait Implementations§
impl Freeze for FilterType
impl RefUnwindSafe for FilterType
impl Send for FilterType
impl Sync for FilterType
impl Unpin for FilterType
impl UnwindSafe for FilterType
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
)