Struct ruststep::ap201::explicit_draughting::UniformCurve [−][src]
pub struct UniformCurve {
pub b_spline_curve: BSplineCurve,
}
Fields
b_spline_curve: BSplineCurve
Implementations
Constructs a new UniformCurve
.
Methods from Deref<Target = BSplineCurve>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = BSplineCurve
type Target = BSplineCurve
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 UniformCurve
impl Send for UniformCurve
impl Sync for UniformCurve
impl Unpin for UniformCurve
impl UnwindSafe for UniformCurve
Blanket Implementations
Mutably borrows from an owned value. Read more