Struct MeshVertexIndex
pub struct MeshVertexIndex(pub usize);Expand description
A mesh vertex index.
Tuple Fields§
§0: usizeTrait Implementations§
§impl Clone for MeshVertexIndex
impl Clone for MeshVertexIndex
§fn clone(&self) -> MeshVertexIndex
fn clone(&self) -> MeshVertexIndex
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 more§impl Debug for MeshVertexIndex
impl Debug for MeshVertexIndex
§impl Hash for MeshVertexIndex
impl Hash for MeshVertexIndex
§impl Ord for MeshVertexIndex
impl Ord for MeshVertexIndex
§impl PartialEq for MeshVertexIndex
impl PartialEq for MeshVertexIndex
§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