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