Enum ruststep::ap203::config_control_design::FaceAny [−][src]
pub enum FaceAny {
Face(Box<Face>),
FaceSurface(Box<FaceSurfaceAny>),
OrientedFace(Box<OrientedFace>),
}
Variants
FaceSurface(Box<FaceSurfaceAny>)
Tuple Fields of FaceSurface
0: Box<FaceSurfaceAny>
OrientedFace(Box<OrientedFace>)
Tuple Fields of OrientedFace
0: Box<OrientedFace>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FaceAny
impl UnwindSafe for FaceAny
Blanket Implementations
Mutably borrows from an owned value. Read more