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