pub struct TessellatedFace {
pub name: String,
pub coordinates: CoordinatesListRef,
pub pnmax: i64,
pub normals: Vec<Vec<f64>>,
pub geometric_link: Option<FaceOrSurfaceRef>,
}Fields§
§name: String§coordinates: CoordinatesListRef§pnmax: i64§normals: Vec<Vec<f64>>§geometric_link: Option<FaceOrSurfaceRef>Trait Implementations§
Source§impl Clone for TessellatedFace
impl Clone for TessellatedFace
Source§fn clone(&self) -> TessellatedFace
fn clone(&self) -> TessellatedFace
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 TessellatedFace
impl Debug for TessellatedFace
Source§impl PartialEq for TessellatedFace
impl PartialEq for TessellatedFace
Source§fn eq(&self, other: &TessellatedFace) -> bool
fn eq(&self, other: &TessellatedFace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TessellatedFace
Auto Trait Implementations§
impl Freeze for TessellatedFace
impl RefUnwindSafe for TessellatedFace
impl Send for TessellatedFace
impl Sync for TessellatedFace
impl Unpin for TessellatedFace
impl UnsafeUnpin for TessellatedFace
impl UnwindSafe for TessellatedFace
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