Enum gerber_types::QuadrantMode [] [src]

pub enum QuadrantMode {
    Single,
    Multi,
}

Variants

Trait Implementations

impl Debug for QuadrantMode
[src]

Formats the value using the given formatter.

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