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