Enum dxf::entities::EntityType [] [src]

pub enum EntityType {
    Face3D(Face3D),
    Solid3D(Solid3D),
    ProxyEntity(ProxyEntity),
    Arc(Arc),
    ArcAlignedText(ArcAlignedText),
    AttributeDefinition(AttributeDefinition),
    Attribute(Attribute),
    Body(Body),
    Circle(Circle),
    RotatedDimension(RotatedDimension),
    RadialDimension(RadialDimension),
    DiameterDimension(DiameterDimension),
    AngularThreePointDimension(AngularThreePointDimension),
    OrdinateDimension(OrdinateDimension),
    Ellipse(Ellipse),
    Helix(Helix),
    Image(Image),
    Insert(Insert),
    Leader(Leader),
    Light(Light),
    Line(Line),
    LwPolyline(LwPolyline),
    MLine(MLine),
    MText(MText),
    OleFrame(OleFrame),
    Ole2Frame(Ole2Frame),
    ModelPoint(ModelPoint),
    Polyline(Polyline),
    Ray(Ray),
    Region(Region),
    RText(RText),
    Section(Section),
    Seqend(Seqend),
    Shape(Shape),
    Solid(Solid),
    Spline(Spline),
    Text(Text),
    Tolerance(Tolerance),
    Trace(Trace),
    DgnUnderlay(DgnUnderlay),
    DwfUnderlay(DwfUnderlay),
    PdfUnderlay(PdfUnderlay),
    Vertex(Vertex),
    Wipeout(Wipeout),
    XLine(XLine),
}

Variants

Trait Implementations

impl Clone for EntityType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntityType
[src]

Formats the value using the given formatter.

impl PartialEq for EntityType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.