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