Enum kicad_parse_gen::footprint::Element [] [src]

pub enum Element {
    SolderMaskMargin(f64),
    Layer(String),
    Descr(String),
    Tags(String),
    Attr(String),
    FpText(FpText),
    Pad(Pad),
    FpPoly(FpPoly),
    FpLine(FpLine),
    FpCircle(FpCircle),
    FpArc(FpArc),
    TEdit(String),
    TStamp(String),
    Path(String),
    At(At),
    Model(Model),
    Locked,
}

elements that can be found in a Module

Variants

solder mask margin

layer name

description

Tags element

Attr element

text

pad

polygon

line

circle

arc

edited time stamp

time stamp

Path element

location of module in layout

3D model information

is the module locked

Trait Implementations

impl Debug for Element
[src]

Formats the value using the given formatter.

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BoundingBox for Element
[src]

calculate the bounding box of an item

impl IntoSexp for Element
[src]

convert self into a Sexp