Enum gds::ElementType [] [src]

pub enum ElementType {
    None,
    Boundary,
    Path,
    StructureRef,
    ArrayRef,
    Text,
    Node,
    Box,
}

Enumeration of possible element types.

Variants

No type. This one is not used in a GDS file, its purpose is to serve as a default value.

A filled polygon defined by a list of points. This type has to have the XY parameter with the same coordinates for the first and the last point to create a closed loop.

A not filled sequence of points. This type has to have the the XY parameter.

A reference to another structure. The reference structure is described through the StructureName parameter.

An array reference. This element type marks the begining of an array of cells.

A text element.

A description of an electrical path.

A not filled rectangle.

Trait Implementations

impl Debug for ElementType
[src]

Formats the value using the given formatter.

impl Clone for ElementType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more