Enum gerber_types::Command [] [src]

pub enum Command {
    FunctionCode(FunctionCode),
    ExtendedCode(ExtendedCode),
}

Variants

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

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