pub enum FilterMethod {
Linear,
Nearest,
}
Expand description
Image filtering strategy.
Variants§
Trait Implementations§
Source§impl Clone for FilterMethod
impl Clone for FilterMethod
Source§fn clone(&self) -> FilterMethod
fn clone(&self) -> FilterMethod
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 FilterMethod
impl Debug for FilterMethod
Source§impl Default for FilterMethod
impl Default for FilterMethod
Source§fn default() -> FilterMethod
fn default() -> FilterMethod
Returns the “default value” for a type. Read more
Source§impl Hash for FilterMethod
impl Hash for FilterMethod
Source§impl PartialEq for FilterMethod
impl PartialEq for FilterMethod
impl Copy for FilterMethod
impl Eq for FilterMethod
impl StructuralPartialEq for FilterMethod
Auto Trait Implementations§
impl Freeze for FilterMethod
impl RefUnwindSafe for FilterMethod
impl Send for FilterMethod
impl Sync for FilterMethod
impl Unpin for FilterMethod
impl UnwindSafe for FilterMethod
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.