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