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