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