Struct ruststep::ap201::explicit_draughting::AnnotationFillArea [−][src]
pub struct AnnotationFillArea {
pub geometric_representation_item: GeometricRepresentationItem,
pub boundaries: Vec<CurveAny>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
boundaries: Vec<CurveAny>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
boundaries: Vec<CurveAny>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
boundaries: Vec<CurveAny>
) -> Self
Constructs a new AnnotationFillArea
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 AnnotationFillArea
impl Send for AnnotationFillArea
impl Sync for AnnotationFillArea
impl Unpin for AnnotationFillArea
impl UnwindSafe for AnnotationFillArea
Blanket Implementations
Mutably borrows from an owned value. Read more