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