pub struct MeshVertexIndex(pub usize);Expand description
A mesh vertex index.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MeshVertexIndex
impl Clone for MeshVertexIndex
Source§fn clone(&self) -> MeshVertexIndex
fn clone(&self) -> MeshVertexIndex
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 moreSource§impl Debug for MeshVertexIndex
impl Debug for MeshVertexIndex
Source§impl Hash for MeshVertexIndex
impl Hash for MeshVertexIndex
Source§impl Ord for MeshVertexIndex
impl Ord for MeshVertexIndex
Source§fn cmp(&self, other: &MeshVertexIndex) -> Ordering
fn cmp(&self, other: &MeshVertexIndex) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MeshVertexIndex
impl PartialEq for MeshVertexIndex
Source§fn eq(&self, other: &MeshVertexIndex) -> bool
fn eq(&self, other: &MeshVertexIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MeshVertexIndex
impl PartialOrd for MeshVertexIndex
impl Copy for MeshVertexIndex
impl Eq for MeshVertexIndex
impl StructuralPartialEq for MeshVertexIndex
Auto Trait Implementations§
impl Freeze for MeshVertexIndex
impl RefUnwindSafe for MeshVertexIndex
impl Send for MeshVertexIndex
impl Sync for MeshVertexIndex
impl Unpin for MeshVertexIndex
impl UnsafeUnpin for MeshVertexIndex
impl UnwindSafe for MeshVertexIndex
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