#[repr(transparent)]pub struct TessellationControlPointIndexType(pub UInteger);Expand description
Tessellation control point index type.
C++ equivalent: MTL::TessellationControlPointIndexType
Tuple Fields§
§0: UIntegerImplementations§
Trait Implementations§
Source§impl Clone for TessellationControlPointIndexType
impl Clone for TessellationControlPointIndexType
Source§fn clone(&self) -> TessellationControlPointIndexType
fn clone(&self) -> TessellationControlPointIndexType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TessellationControlPointIndexType
impl Default for TessellationControlPointIndexType
Source§fn default() -> TessellationControlPointIndexType
fn default() -> TessellationControlPointIndexType
Returns the “default value” for a type. Read more
Source§impl PartialEq for TessellationControlPointIndexType
impl PartialEq for TessellationControlPointIndexType
Source§fn eq(&self, other: &TessellationControlPointIndexType) -> bool
fn eq(&self, other: &TessellationControlPointIndexType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TessellationControlPointIndexType
impl Eq for TessellationControlPointIndexType
impl StructuralPartialEq for TessellationControlPointIndexType
Auto Trait Implementations§
impl Freeze for TessellationControlPointIndexType
impl RefUnwindSafe for TessellationControlPointIndexType
impl Send for TessellationControlPointIndexType
impl Sync for TessellationControlPointIndexType
impl Unpin for TessellationControlPointIndexType
impl UnwindSafe for TessellationControlPointIndexType
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