Enum librashader_common::FilterMode 
source · #[repr(i32)]pub enum FilterMode {
    Linear = 0,
    Nearest = 1,
}Expand description
The filtering mode for a texture sampler.
Variants§
Trait Implementations§
source§impl Clone for FilterMode
 
impl Clone for FilterMode
source§fn clone(&self) -> FilterMode
 
fn clone(&self) -> FilterMode
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 FilterMode
 
impl Debug for FilterMode
source§impl Default for FilterMode
 
impl Default for FilterMode
source§fn default() -> FilterMode
 
fn default() -> FilterMode
Returns the “default value” for a type. Read more
source§impl FromStr for FilterMode
 
impl FromStr for FilterMode
source§impl Hash for FilterMode
 
impl Hash for FilterMode
source§impl PartialEq for FilterMode
 
impl PartialEq for FilterMode
source§fn eq(&self, other: &FilterMode) -> bool
 
fn eq(&self, other: &FilterMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for FilterMode
impl Eq for FilterMode
impl StructuralPartialEq for FilterMode
Auto Trait Implementations§
impl RefUnwindSafe for FilterMode
impl Send for FilterMode
impl Sync for FilterMode
impl Unpin for FilterMode
impl UnwindSafe for FilterMode
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