Enum gdnative_common::ImageInterpolation [−][src]
#[repr(u32)]pub enum ImageInterpolation { InterpolateNearest, InterpolateBilinear, InterpolateCubic, InterpolateTrilinear, }
Variants
InterpolateNearestInterpolateBilinearInterpolateCubicInterpolateTrilinear
Trait Implementations
impl Copy for ImageInterpolation[src]
impl Copy for ImageInterpolationimpl Clone for ImageInterpolation[src]
impl Clone for ImageInterpolationfn clone(&self) -> ImageInterpolation[src]
fn clone(&self) -> ImageInterpolationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImageInterpolation[src]
impl Debug for ImageInterpolationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImageInterpolation[src]
impl PartialEq for ImageInterpolationfn eq(&self, other: &ImageInterpolation) -> bool[src]
fn eq(&self, other: &ImageInterpolation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImageInterpolation[src]
impl Eq for ImageInterpolationimpl Hash for ImageInterpolation[src]
impl Hash for ImageInterpolationAuto Trait Implementations
impl Send for ImageInterpolation
impl Send for ImageInterpolationimpl Sync for ImageInterpolation
impl Sync for ImageInterpolation