pub enum ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m> {
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation),
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation),
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation),
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation),
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation),
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation),
ShapeRepresentation(&'m ShapeRepresentation),
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters),
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation),
Complex(&'m ComplexUnit),
}Variants§
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation)
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation)
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation)
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation)
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation)
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation)
ShapeRepresentation(&'m ShapeRepresentation)
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters)
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> Clone for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
Source§fn clone(
&self,
) -> ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
fn clone( &self, ) -> ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
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 moreimpl<'m> Copy for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> RefUnwindSafe for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> Send for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> Sync for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> Unpin for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> UnsafeUnpin for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
impl<'m> UnwindSafe for ConstructiveGeometryRepresentationOrShapeRepresentationRefView<'m>
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