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