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