Struct gerber_types::ApertureDefinition [] [src]

pub struct ApertureDefinition {
    pub code: i32,
    pub aperture: Aperture,
}

Fields

Trait Implementations

impl Debug for ApertureDefinition
[src]

Formats the value using the given formatter.

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