Enum gerber_types::InterpolationMode [] [src]

pub enum InterpolationMode {
    Linear,
    ClockwiseCircular,
    CounterclockwiseCircular,
}

Variants

Trait Implementations

impl Debug for InterpolationMode
[src]

Formats the value using the given formatter.

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