Struct ruststep::ap203::config_control_design::ReparametrisedCompositeCurveSegment   [−][src]
pub struct ReparametrisedCompositeCurveSegment {
    pub composite_curve_segment: CompositeCurveSegment,
    pub param_length: ParameterValue,
}Fields
composite_curve_segment: CompositeCurveSegmentparam_length: ParameterValueImplementations
pub fn new(
    composite_curve_segment: CompositeCurveSegment, 
    param_length: ParameterValue
) -> Self
pub fn new(
    composite_curve_segment: CompositeCurveSegment, 
    param_length: ParameterValue
) -> Self
Constructs a new ReparametrisedCompositeCurveSegment.
Methods from Deref<Target = CompositeCurveSegment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = CompositeCurveSegment
type Target = CompositeCurveSegment
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 Send for ReparametrisedCompositeCurveSegment
impl Sync for ReparametrisedCompositeCurveSegment
impl Unpin for ReparametrisedCompositeCurveSegment
Blanket Implementations
Mutably borrows from an owned value. Read more