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