Struct gerber_types::GenerationSoftware [] [src]

pub struct GenerationSoftware {
    pub vendor: String,
    pub application: String,
    pub version: Option<String>,
}

Fields

Methods

impl GenerationSoftware
[src]

Trait Implementations

impl Debug for GenerationSoftware
[src]

Formats the value using the given formatter.

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