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