#[repr(u32)]pub enum SamplerFilterMode {
Nearest = 0,
Linear = 1,
}
Expand description
SPIR-V operand kind: SamplerFilterMode
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SamplerFilterMode
impl Clone for SamplerFilterMode
Source§fn clone(&self) -> SamplerFilterMode
fn clone(&self) -> SamplerFilterMode
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 SamplerFilterMode
impl Debug for SamplerFilterMode
Source§impl FromStr for SamplerFilterMode
impl FromStr for SamplerFilterMode
Source§impl Hash for SamplerFilterMode
impl Hash for SamplerFilterMode
Source§impl Ord for SamplerFilterMode
impl Ord for SamplerFilterMode
Source§fn cmp(&self, other: &SamplerFilterMode) -> Ordering
fn cmp(&self, other: &SamplerFilterMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SamplerFilterMode
impl PartialEq for SamplerFilterMode
Source§impl PartialOrd for SamplerFilterMode
impl PartialOrd for SamplerFilterMode
impl Copy for SamplerFilterMode
impl Eq for SamplerFilterMode
impl StructuralPartialEq for SamplerFilterMode
Auto Trait Implementations§
impl Freeze for SamplerFilterMode
impl RefUnwindSafe for SamplerFilterMode
impl Send for SamplerFilterMode
impl Sync for SamplerFilterMode
impl Unpin for SamplerFilterMode
impl UnwindSafe for SamplerFilterMode
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)