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