Struct ruststep::ap203::config_control_design::DegenerateToroidalSurface [−][src]
pub struct DegenerateToroidalSurface {
pub toroidal_surface: ToroidalSurface,
pub select_outer: bool,
}
Fields
toroidal_surface: ToroidalSurface
select_outer: bool
Implementations
Constructs a new DegenerateToroidalSurface
.
Methods from Deref<Target = ToroidalSurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ToroidalSurface
type Target = ToroidalSurface
The resulting type after dereferencing.
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 DegenerateToroidalSurface
impl Send for DegenerateToroidalSurface
impl Sync for DegenerateToroidalSurface
impl Unpin for DegenerateToroidalSurface
impl UnwindSafe for DegenerateToroidalSurface
Blanket Implementations
Mutably borrows from an owned value. Read more