Struct gerber_types::ApertureMacro [] [src]

pub struct ApertureMacro {
    pub name: String,
    pub content: Vec<MacroContent>,
}

Fields

Methods

impl ApertureMacro
[src]

Trait Implementations

impl Debug for ApertureMacro
[src]

Formats the value using the given formatter.

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