#[repr(u64)]pub enum MTLSamplerMinMagFilter {
Nearest = 0,
Linear = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for MTLSamplerMinMagFilter
impl Clone for MTLSamplerMinMagFilter
Source§fn clone(&self) -> MTLSamplerMinMagFilter
fn clone(&self) -> MTLSamplerMinMagFilter
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 moreimpl Copy for MTLSamplerMinMagFilter
Source§impl Debug for MTLSamplerMinMagFilter
impl Debug for MTLSamplerMinMagFilter
impl Eq for MTLSamplerMinMagFilter
Source§impl Hash for MTLSamplerMinMagFilter
impl Hash for MTLSamplerMinMagFilter
Source§impl PartialEq for MTLSamplerMinMagFilter
impl PartialEq for MTLSamplerMinMagFilter
Source§fn eq(&self, other: &MTLSamplerMinMagFilter) -> bool
fn eq(&self, other: &MTLSamplerMinMagFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MTLSamplerMinMagFilter
Auto Trait Implementations§
impl Freeze for MTLSamplerMinMagFilter
impl RefUnwindSafe for MTLSamplerMinMagFilter
impl Send for MTLSamplerMinMagFilter
impl Sync for MTLSamplerMinMagFilter
impl Unpin for MTLSamplerMinMagFilter
impl UnsafeUnpin for MTLSamplerMinMagFilter
impl UnwindSafe for MTLSamplerMinMagFilter
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