pub struct TriangleIndex(/* private fields */);Expand description
Triangle index.
Implementations§
Trait Implementations§
Source§impl Clone for TriangleIndex
impl Clone for TriangleIndex
Source§fn clone(&self) -> TriangleIndex
fn clone(&self) -> TriangleIndex
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 Debug for TriangleIndex
impl Debug for TriangleIndex
impl Copy for TriangleIndex
Auto Trait Implementations§
impl Freeze for TriangleIndex
impl RefUnwindSafe for TriangleIndex
impl Send for TriangleIndex
impl Sync for TriangleIndex
impl Unpin for TriangleIndex
impl UnwindSafe for TriangleIndex
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