#[repr(transparent)]pub struct MetalSparseTextureMappingMode(pub usize);Expand description
Re-exports the Metal framework surface for this item.
Mirrors the Metal framework counterpart for MetalSparseTextureMappingMode.
Mirrors the Metal framework counterpart for this type.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for MetalSparseTextureMappingMode
impl Clone for MetalSparseTextureMappingMode
Source§fn clone(&self) -> MetalSparseTextureMappingMode
fn clone(&self) -> MetalSparseTextureMappingMode
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 MetalSparseTextureMappingMode
Source§impl Default for MetalSparseTextureMappingMode
impl Default for MetalSparseTextureMappingMode
Source§fn default() -> MetalSparseTextureMappingMode
fn default() -> MetalSparseTextureMappingMode
Returns the “default value” for a type. Read more
impl Eq for MetalSparseTextureMappingMode
Source§impl Hash for MetalSparseTextureMappingMode
impl Hash for MetalSparseTextureMappingMode
Source§impl PartialEq for MetalSparseTextureMappingMode
impl PartialEq for MetalSparseTextureMappingMode
Source§fn eq(&self, other: &MetalSparseTextureMappingMode) -> bool
fn eq(&self, other: &MetalSparseTextureMappingMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MetalSparseTextureMappingMode
Auto Trait Implementations§
impl Freeze for MetalSparseTextureMappingMode
impl RefUnwindSafe for MetalSparseTextureMappingMode
impl Send for MetalSparseTextureMappingMode
impl Sync for MetalSparseTextureMappingMode
impl Unpin for MetalSparseTextureMappingMode
impl UnsafeUnpin for MetalSparseTextureMappingMode
impl UnwindSafe for MetalSparseTextureMappingMode
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