Enum gerber_types::ApertureAttribute [] [src]

pub enum ApertureAttribute {
    ApertureFunction(ApertureFunction),
    DrillTolerance {
        plus: f64,
        minus: f64,
    },
}

Variants

Fields of DrillTolerance

Trait Implementations

impl Debug for ApertureAttribute
[src]

Formats the value using the given formatter.