#[repr(i32)]pub enum SpvSamplerFilterMode {
Nearest = 0,
Linear = 1,
}Variants§
Trait Implementations§
source§impl Clone for SpvSamplerFilterMode
impl Clone for SpvSamplerFilterMode
source§fn clone(&self) -> SpvSamplerFilterMode
fn clone(&self) -> SpvSamplerFilterMode
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 SpvSamplerFilterMode
impl Debug for SpvSamplerFilterMode
source§impl Hash for SpvSamplerFilterMode
impl Hash for SpvSamplerFilterMode
source§impl PartialEq for SpvSamplerFilterMode
impl PartialEq for SpvSamplerFilterMode
impl Copy for SpvSamplerFilterMode
impl Eq for SpvSamplerFilterMode
impl StructuralPartialEq for SpvSamplerFilterMode
Auto Trait Implementations§
impl Freeze for SpvSamplerFilterMode
impl RefUnwindSafe for SpvSamplerFilterMode
impl Send for SpvSamplerFilterMode
impl Sync for SpvSamplerFilterMode
impl Unpin for SpvSamplerFilterMode
impl UnwindSafe for SpvSamplerFilterMode
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)