Enum kicad_parse_gen::layout::Element [] [src]

pub enum Element {
    Module(Module),
    Net(Net),
    NetClass(NetClass),
    GrText(GrText),
    GrLine(GrLine),
    GrArc(GrArc),
    GrCircle(GrCircle),
    Dimension(Dimension),
    Segment(Segment),
    Via(Via),
    Zone(Zone),
    Other(Sexp),
}

layout elements

Variants

module

net

netclass

text

line

arc

circle

dimension

segment

via

zone

other (uninterpreted symbolic-expression)

Trait Implementations

impl Clone for Element
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Element
[src]

[src]

Formats the value using the given formatter.

impl Adjust for Element
[src]

[src]

adjust the location of the item

impl BoundingBox for Element
[src]

[src]

calculate the bounding box of a layout item

impl IntoSexp for Element
[src]

[src]

convert self into a Sexp