pub enum TextureFilterMode {
Point,
Linear,
}Variants§
Trait Implementations§
Source§impl Clone for TextureFilterMode
impl Clone for TextureFilterMode
Source§fn clone(&self) -> TextureFilterMode
fn clone(&self) -> TextureFilterMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextureFilterMode
impl Debug for TextureFilterMode
Source§impl PartialEq for TextureFilterMode
impl PartialEq for TextureFilterMode
Source§fn eq(&self, other: &TextureFilterMode) -> bool
fn eq(&self, other: &TextureFilterMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TextureFilterMode
impl Eq for TextureFilterMode
impl StructuralPartialEq for TextureFilterMode
Auto Trait Implementations§
impl Freeze for TextureFilterMode
impl RefUnwindSafe for TextureFilterMode
impl Send for TextureFilterMode
impl Sync for TextureFilterMode
impl Unpin for TextureFilterMode
impl UnsafeUnpin for TextureFilterMode
impl UnwindSafe for TextureFilterMode
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