Enum freya_engine::prelude::FilterMode
#[repr(i32)]pub enum FilterMode {
Nearest = 0,
Linear = 1,
}
Variants§
Implementations§
§impl SkFilterMode
impl SkFilterMode
pub const Last: SkFilterMode = SkFilterMode::Linear
Trait Implementations§
§impl Clone for SkFilterMode
impl Clone for SkFilterMode
§fn clone(&self) -> SkFilterMode
fn clone(&self) -> SkFilterMode
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 more§impl Debug for SkFilterMode
impl Debug for SkFilterMode
§impl Hash for SkFilterMode
impl Hash for SkFilterMode
§impl PartialEq for SkFilterMode
impl PartialEq for SkFilterMode
§fn eq(&self, other: &SkFilterMode) -> bool
fn eq(&self, other: &SkFilterMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkFilterMode
impl Eq for SkFilterMode
impl StructuralEq for SkFilterMode
impl StructuralPartialEq for SkFilterMode
Auto Trait Implementations§
impl RefUnwindSafe for SkFilterMode
impl Send for SkFilterMode
impl Sync for SkFilterMode
impl Unpin for SkFilterMode
impl UnwindSafe for SkFilterMode
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