Struct ruststep::ap201::explicit_draughting::FillAreaStyleTileSymbolWithStyle [−][src]
pub struct FillAreaStyleTileSymbolWithStyle {
pub geometric_representation_item: GeometricRepresentationItem,
pub symbol: AnnotationSymbolOccurrenceAny,
}
Fields
geometric_representation_item: GeometricRepresentationItem
symbol: AnnotationSymbolOccurrenceAny
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
symbol: AnnotationSymbolOccurrenceAny
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
symbol: AnnotationSymbolOccurrenceAny
) -> Self
Constructs a new FillAreaStyleTileSymbolWithStyle
.
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 Send for FillAreaStyleTileSymbolWithStyle
impl Sync for FillAreaStyleTileSymbolWithStyle
impl Unpin for FillAreaStyleTileSymbolWithStyle
Blanket Implementations
Mutably borrows from an owned value. Read more