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