Struct ruststep::ap203::config_control_design::SeamCurve [−][src]
pub struct SeamCurve {
pub surface_curve: SurfaceCurve,
}
Fields
surface_curve: SurfaceCurve
Implementations
Constructs a new SeamCurve
.
Methods from Deref<Target = SurfaceCurve>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = SurfaceCurve
type Target = SurfaceCurve
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SeamCurve
impl UnwindSafe for SeamCurve
Blanket Implementations
Mutably borrows from an owned value. Read more