Struct gerber_types::Rectangular [] [src]

pub struct Rectangular {
    pub x: f64,
    pub y: f64,
    pub hole_diameter: Option<f64>,
}

Fields

Trait Implementations

impl Debug for Rectangular
[src]

Formats the value using the given formatter.

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