Struct ruststep::ap203::config_control_design::PointOnCurve   [−][src]
pub struct PointOnCurve {
    pub point: Point,
    pub basis_curve: CurveAny,
    pub point_parameter: ParameterValue,
}Fields
point: Pointbasis_curve: CurveAnypoint_parameter: ParameterValueImplementations
Constructs a new PointOnCurve.
Methods from Deref<Target = Point>
Trait Implementations
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 PointOnCurve
impl Send for PointOnCurve
impl Sync for PointOnCurve
impl Unpin for PointOnCurve
impl UnwindSafe for PointOnCurve
Blanket Implementations
Mutably borrows from an owned value. Read more