Struct gerber_types::Polygon [] [src]

pub struct Polygon {
    pub diameter: f64,
    pub vertices: u8,
    pub rotation: Option<f64>,
    pub hole_diameter: Option<f64>,
}

Fields

Trait Implementations

impl Debug for Polygon
[src]

Formats the value using the given formatter.

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