#[repr(u32)]pub enum PixelInterpolateMethod {
Undefined = 0,
Average = 1,
Average9 = 2,
Average16 = 3,
Background = 4,
Bilinear = 5,
Blend = 6,
Catrom = 7,
Integer = 8,
Mesh = 9,
Nearest = 10,
Spline = 11,
}
Variants§
Undefined = 0
Average = 1
Average9 = 2
Average16 = 3
Background = 4
Bilinear = 5
Blend = 6
Catrom = 7
Integer = 8
Mesh = 9
Nearest = 10
Spline = 11
Trait Implementations§
source§impl Clone for PixelInterpolateMethod
impl Clone for PixelInterpolateMethod
source§fn clone(&self) -> PixelInterpolateMethod
fn clone(&self) -> PixelInterpolateMethod
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 PixelInterpolateMethod
impl Debug for PixelInterpolateMethod
source§impl Hash for PixelInterpolateMethod
impl Hash for PixelInterpolateMethod
source§impl PartialEq for PixelInterpolateMethod
impl PartialEq for PixelInterpolateMethod
source§fn eq(&self, other: &PixelInterpolateMethod) -> bool
fn eq(&self, other: &PixelInterpolateMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PixelInterpolateMethod
impl Eq for PixelInterpolateMethod
impl StructuralPartialEq for PixelInterpolateMethod
Auto Trait Implementations§
impl Freeze for PixelInterpolateMethod
impl RefUnwindSafe for PixelInterpolateMethod
impl Send for PixelInterpolateMethod
impl Sync for PixelInterpolateMethod
impl Unpin for PixelInterpolateMethod
impl UnwindSafe for PixelInterpolateMethod
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
)