Enum dxf::objects::ObjectType [] [src]

pub enum ObjectType {
    AcadProxyObject(AcadProxyObject),
    DictionaryWithDefault(DictionaryWithDefault),
    PlaceHolder(PlaceHolder),
    DataTable(DataTable),
    Dictionary(Dictionary),
    DictionaryVariable(DictionaryVariable),
    DimensionAssoc(DimensionAssoc),
    Field(Field),
    GeoData(GeoData),
    Group(Group),
    IdBuffer(IdBuffer),
    ImageDefinition(ImageDefinition),
    ImageDefinitionReactor(ImageDefinitionReactor),
    LayerFilter(LayerFilter),
    LayerIndex(LayerIndex),
    Layout(Layout),
    LightList(LightList),
    Material(Material),
    MLeaderStyle(MLeaderStyle),
    MLineStyle(MLineStyle),
    ObjectPointer(ObjectPointer),
    PlotSettings(PlotSettings),
    RasterVariables(RasterVariables),
    MentalRayRenderSettings(MentalRayRenderSettings),
    RenderEnvironment(RenderEnvironment),
    RenderGlobal(RenderGlobal),
    SectionManager(SectionManager),
    SectionSettings(SectionSettings),
    SortentsTable(SortentsTable),
    SpatialFilter(SpatialFilter),
    SpatialIndex(SpatialIndex),
    SunStudy(SunStudy),
    TableStyle(TableStyle),
    UnderlayDefinition(UnderlayDefinition),
    VbaProject(VbaProject),
    VisualStyle(VisualStyle),
    WipeoutVariables(WipeoutVariables),
    XRecordObject(XRecordObject),
}

Variants

Trait Implementations

impl Clone for ObjectType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ObjectType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ObjectType
[src]

[src]

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

[src]

This method tests for !=.