Enum ruststep::ap203::config_control_design::SweptSurfaceAny [−][src]
pub enum SweptSurfaceAny {
SweptSurface(Box<SweptSurface>),
SurfaceOfLinearExtrusion(Box<SurfaceOfLinearExtrusion>),
SurfaceOfRevolution(Box<SurfaceOfRevolution>),
}
Variants
SweptSurface(Box<SweptSurface>)
Tuple Fields of SweptSurface
0: Box<SweptSurface>
SurfaceOfLinearExtrusion(Box<SurfaceOfLinearExtrusion>)
Tuple Fields of SurfaceOfLinearExtrusion
SurfaceOfRevolution(Box<SurfaceOfRevolution>)
Tuple Fields of SurfaceOfRevolution
Trait Implementations
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 SweptSurfaceAny
impl Send for SweptSurfaceAny
impl Sync for SweptSurfaceAny
impl Unpin for SweptSurfaceAny
impl UnwindSafe for SweptSurfaceAny
Blanket Implementations
Mutably borrows from an owned value. Read more