pub enum SamplerInterpolation {
Linear,
}Variants§
Linear
Implementations§
Source§impl SamplerInterpolation
impl SamplerInterpolation
pub const VALID_INTERPOLATION_TYPES: &[&str]
Trait Implementations§
Source§impl Clone for SamplerInterpolation
impl Clone for SamplerInterpolation
Source§fn clone(&self) -> SamplerInterpolation
fn clone(&self) -> SamplerInterpolation
Returns a duplicate 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 SamplerInterpolation
impl Debug for SamplerInterpolation
Source§impl From<SamplerInterpolation> for &str
impl From<SamplerInterpolation> for &str
Source§fn from(value: SamplerInterpolation) -> Self
fn from(value: SamplerInterpolation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SamplerInterpolation
impl PartialEq for SamplerInterpolation
Source§impl Serialize for SamplerInterpolation
impl Serialize for SamplerInterpolation
Source§impl TryFrom<&str> for SamplerInterpolation
impl TryFrom<&str> for SamplerInterpolation
impl Copy for SamplerInterpolation
impl Eq for SamplerInterpolation
impl StructuralPartialEq for SamplerInterpolation
Auto Trait Implementations§
impl Freeze for SamplerInterpolation
impl RefUnwindSafe for SamplerInterpolation
impl Send for SamplerInterpolation
impl Sync for SamplerInterpolation
impl Unpin for SamplerInterpolation
impl UnwindSafe for SamplerInterpolation
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.