Enum gerber_types::ExtendedCode [] [src]

pub enum ExtendedCode {
    CoordinateFormat(CoordinateFormat),
    Unit(Unit),
    ApertureDefinition(ApertureDefinition),
    ApertureMacro(ApertureMacro),
    LoadPolarity(Polarity),
    StepAndRepeat(StepAndRepeat),
    FileAttribute(FileAttribute),
    ApertureAttribute(ApertureAttribute),
    DeleteAttribute(String),
}

Variants

FS

MO

AD

AM

LP

SR

TF

TA

TD

Trait Implementations

impl Debug for ExtendedCode
[src]

Formats the value using the given formatter.

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