Enum ruststep::ap203::config_control_design::ShapeRepresentationAny [−][src]
pub enum ShapeRepresentationAny {
ShapeRepresentation(Box<ShapeRepresentation>),
AdvancedBrepShapeRepresentation(Box<AdvancedBrepShapeRepresentation>),
EdgeBasedWireframeShapeRepresentation(Box<EdgeBasedWireframeShapeRepresentation>),
FacetedBrepShapeRepresentation(Box<FacetedBrepShapeRepresentation>),
GeometricallyBoundedSurfaceShapeRepresentation(Box<GeometricallyBoundedSurfaceShapeRepresentation>),
GeometricallyBoundedWireframeShapeRepresentation(Box<GeometricallyBoundedWireframeShapeRepresentation>),
ManifoldSurfaceShapeRepresentation(Box<ManifoldSurfaceShapeRepresentation>),
ShellBasedWireframeShapeRepresentation(Box<ShellBasedWireframeShapeRepresentation>),
}
Variants
ShapeRepresentation(Box<ShapeRepresentation>)
Tuple Fields of ShapeRepresentation
AdvancedBrepShapeRepresentation(Box<AdvancedBrepShapeRepresentation>)
Tuple Fields of AdvancedBrepShapeRepresentation
EdgeBasedWireframeShapeRepresentation(Box<EdgeBasedWireframeShapeRepresentation>)
Tuple Fields of EdgeBasedWireframeShapeRepresentation
FacetedBrepShapeRepresentation(Box<FacetedBrepShapeRepresentation>)
Tuple Fields of FacetedBrepShapeRepresentation
GeometricallyBoundedSurfaceShapeRepresentation(Box<GeometricallyBoundedSurfaceShapeRepresentation>)
Tuple Fields of GeometricallyBoundedSurfaceShapeRepresentation
GeometricallyBoundedWireframeShapeRepresentation(Box<GeometricallyBoundedWireframeShapeRepresentation>)
Tuple Fields of GeometricallyBoundedWireframeShapeRepresentation
ManifoldSurfaceShapeRepresentation(Box<ManifoldSurfaceShapeRepresentation>)
Tuple Fields of ManifoldSurfaceShapeRepresentation
ShellBasedWireframeShapeRepresentation(Box<ShellBasedWireframeShapeRepresentation>)
Tuple Fields of ShellBasedWireframeShapeRepresentation
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ShapeRepresentationAny
impl Send for ShapeRepresentationAny
impl Sync for ShapeRepresentationAny
impl Unpin for ShapeRepresentationAny
impl UnwindSafe for ShapeRepresentationAny
Blanket Implementations
Mutably borrows from an owned value. Read more