Enum gerber_types::Unit [] [src]

pub enum Unit {
    Inches,
    Millimeters,
}

Variants

Trait Implementations

impl Debug for Unit
[src]

Formats the value using the given formatter.

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