Enum gerber_types::Part [] [src]

pub enum Part {
    Single,
    Array,
    FabricationPanel,
    Coupon,
    Other(String),
}

Variants

Single PCB

A.k.a. customer panel, assembly panel, shipping panel, biscuit

A.k.a. working panel, production panel

A test coupon

None of the above

Trait Implementations

impl Debug for Part
[src]

Formats the value using the given formatter.

impl<W: Write> GerberCode<W> for Part
[src]