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