#[repr(transparent)]pub struct MDLMaterialMipMapFilterMode(pub NSUInteger);
Available on crate feature
MDLMaterial
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Trait Implementations§
Source§impl Clone for MDLMaterialMipMapFilterMode
impl Clone for MDLMaterialMipMapFilterMode
Source§fn clone(&self) -> MDLMaterialMipMapFilterMode
fn clone(&self) -> MDLMaterialMipMapFilterMode
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 MDLMaterialMipMapFilterMode
impl Debug for MDLMaterialMipMapFilterMode
Source§impl Encode for MDLMaterialMipMapFilterMode
impl Encode for MDLMaterialMipMapFilterMode
Source§impl Hash for MDLMaterialMipMapFilterMode
impl Hash for MDLMaterialMipMapFilterMode
Source§impl Ord for MDLMaterialMipMapFilterMode
impl Ord for MDLMaterialMipMapFilterMode
Source§fn cmp(&self, other: &MDLMaterialMipMapFilterMode) -> Ordering
fn cmp(&self, other: &MDLMaterialMipMapFilterMode) -> 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 PartialOrd for MDLMaterialMipMapFilterMode
impl PartialOrd for MDLMaterialMipMapFilterMode
Source§impl RefEncode for MDLMaterialMipMapFilterMode
impl RefEncode for MDLMaterialMipMapFilterMode
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MDLMaterialMipMapFilterMode
impl Eq for MDLMaterialMipMapFilterMode
impl StructuralPartialEq for MDLMaterialMipMapFilterMode
Auto Trait Implementations§
impl Freeze for MDLMaterialMipMapFilterMode
impl RefUnwindSafe for MDLMaterialMipMapFilterMode
impl Send for MDLMaterialMipMapFilterMode
impl Sync for MDLMaterialMipMapFilterMode
impl Unpin for MDLMaterialMipMapFilterMode
impl UnwindSafe for MDLMaterialMipMapFilterMode
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<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.