Enum gerber_types::DCode [] [src]

pub enum DCode {
    Operation(Operation),
    SelectAperture(i32),
}

Variants

Trait Implementations

impl Debug for DCode
[src]

Formats the value using the given formatter.

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