pub struct MeshFaceIndex(pub usize);Expand description
A mesh face index.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MeshFaceIndex
impl Clone for MeshFaceIndex
Source§fn clone(&self) -> MeshFaceIndex
fn clone(&self) -> MeshFaceIndex
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 MeshFaceIndex
impl Debug for MeshFaceIndex
Source§impl Hash for MeshFaceIndex
impl Hash for MeshFaceIndex
Source§impl Ord for MeshFaceIndex
impl Ord for MeshFaceIndex
Source§fn cmp(&self, other: &MeshFaceIndex) -> Ordering
fn cmp(&self, other: &MeshFaceIndex) -> 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 MeshFaceIndex
impl PartialEq for MeshFaceIndex
Source§fn eq(&self, other: &MeshFaceIndex) -> bool
fn eq(&self, other: &MeshFaceIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MeshFaceIndex
impl PartialOrd for MeshFaceIndex
impl Copy for MeshFaceIndex
impl Eq for MeshFaceIndex
impl StructuralPartialEq for MeshFaceIndex
Auto Trait Implementations§
impl Freeze for MeshFaceIndex
impl RefUnwindSafe for MeshFaceIndex
impl Send for MeshFaceIndex
impl Sync for MeshFaceIndex
impl Unpin for MeshFaceIndex
impl UnsafeUnpin for MeshFaceIndex
impl UnwindSafe for MeshFaceIndex
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