Enum ruststep::ap201::explicit_draughting::GeometricRepresentationItemAny [−][src]
pub enum GeometricRepresentationItemAny {
Show 21 variants
GeometricRepresentationItem(Box<GeometricRepresentationItem>),
AnnotationFillArea(Box<AnnotationFillArea>),
CameraModel(Box<CameraModelAny>),
CompositeText(Box<CompositeTextAny>),
Curve(Box<CurveAny>),
DefinedSymbol(Box<DefinedSymbol>),
Direction(Box<Direction>),
DraughtingCallout(Box<DraughtingCalloutAny>),
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyle>),
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyle>),
FillAreaStyleHatching(Box<FillAreaStyleHatching>),
FillAreaStyleTileSymbolWithStyle(Box<FillAreaStyleTileSymbolWithStyle>),
FillAreaStyleTiles(Box<FillAreaStyleTiles>),
GeometricSet(Box<GeometricSetAny>),
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorAny>),
Placement(Box<PlacementAny>),
PlanarExtent(Box<PlanarExtentAny>),
Point(Box<PointAny>),
SymbolTarget(Box<SymbolTarget>),
TextLiteral(Box<TextLiteralAny>),
Vector(Box<Vector>),
}
Variants
GeometricRepresentationItem(Box<GeometricRepresentationItem>)
Tuple Fields of GeometricRepresentationItem
AnnotationFillArea(Box<AnnotationFillArea>)
Tuple Fields of AnnotationFillArea
CameraModel(Box<CameraModelAny>)
Tuple Fields of CameraModel
0: Box<CameraModelAny>
CompositeText(Box<CompositeTextAny>)
Tuple Fields of CompositeText
0: Box<CompositeTextAny>
DefinedSymbol(Box<DefinedSymbol>)
Tuple Fields of DefinedSymbol
0: Box<DefinedSymbol>
DraughtingCallout(Box<DraughtingCalloutAny>)
Tuple Fields of DraughtingCallout
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyle>)
Tuple Fields of ExternallyDefinedHatchStyle
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyle>)
Tuple Fields of ExternallyDefinedTileStyle
FillAreaStyleHatching(Box<FillAreaStyleHatching>)
Tuple Fields of FillAreaStyleHatching
FillAreaStyleTileSymbolWithStyle(Box<FillAreaStyleTileSymbolWithStyle>)
Tuple Fields of FillAreaStyleTileSymbolWithStyle
FillAreaStyleTiles(Box<FillAreaStyleTiles>)
Tuple Fields of FillAreaStyleTiles
GeometricSet(Box<GeometricSetAny>)
Tuple Fields of GeometricSet
0: Box<GeometricSetAny>
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorAny>)
Tuple Fields of OneDirectionRepeatFactor
Placement(Box<PlacementAny>)
Tuple Fields of Placement
0: Box<PlacementAny>
PlanarExtent(Box<PlanarExtentAny>)
Tuple Fields of PlanarExtent
0: Box<PlanarExtentAny>
SymbolTarget(Box<SymbolTarget>)
Tuple Fields of SymbolTarget
0: Box<SymbolTarget>
TextLiteral(Box<TextLiteralAny>)
Tuple Fields of TextLiteral
0: Box<TextLiteralAny>
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.
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.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 Send for GeometricRepresentationItemAny
impl Sync for GeometricRepresentationItemAny
impl Unpin for GeometricRepresentationItemAny
impl UnwindSafe for GeometricRepresentationItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more