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

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

layout elements

Variants

module

net

netclass

text

line

arc

dimension

zone

other (uninterpreted symbolic-expression)

Trait Implementations

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Element
[src]

Formats the value using the given formatter.

impl IntoSexp for Element
[src]

convert self into a Sexp