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