Enum gerber_types::Polarity [] [src]

pub enum Polarity {
    Clear,
    Dark,
}

Variants

Trait Implementations

impl Debug for Polarity
[src]

Formats the value using the given formatter.

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