Enum gerber_types::ApertureFunction [] [src]

pub enum ApertureFunction {
    ViaDrill,
    BackDrill,
    ComponentDrill {
        press_fit: Option<bool>,
    },
    CastellatedDrill,
    MechanicalDrill {
        function: Option<DrillFunction>,
    },
    Slot,
    CutOut,
    Cavity,
    OtherDrill(String),
    ComponentPad {
        press_fit: Option<bool>,
    },
    SmdPad(SmdPadType),
    BgaPad(SmdPadType),
    ConnectorPad,
    HeatsinkPad,
    ViaPad,
    TestPad,
    CastellatedPad,
    FiducialPad(FiducialScope),
    ThermalReliefPad,
    WasherPad,
    AntiPad,
    OtherPad(String),
    Conductor,
    NonConductor,
    CopperBalancing,
    Border,
    OtherCopper(String),
    Profile,
    NonMaterial,
    Material,
    Other(String),
}

Variants

Fields of ComponentDrill

Fields of MechanicalDrill

Fields of ComponentPad

Trait Implementations

impl Debug for ApertureFunction
[src]

Formats the value using the given formatter.