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