pub struct Triangulation2 { /* private fields */ }Expand description
A 2D triangulation represented by indexed triangles.
Implementations§
Trait Implementations§
Source§impl Clone for Triangulation2
impl Clone for Triangulation2
Source§fn clone(&self) -> Triangulation2
fn clone(&self) -> Triangulation2
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 Triangulation2
impl Debug for Triangulation2
Source§impl PartialEq for Triangulation2
impl PartialEq for Triangulation2
Source§fn eq(&self, other: &Triangulation2) -> bool
fn eq(&self, other: &Triangulation2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for Triangulation2
impl StructuralPartialEq for Triangulation2
Auto Trait Implementations§
impl Freeze for Triangulation2
impl RefUnwindSafe for Triangulation2
impl Send for Triangulation2
impl Sync for Triangulation2
impl Unpin for Triangulation2
impl UnsafeUnpin for Triangulation2
impl UnwindSafe for Triangulation2
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