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