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