Struct kicad_parse_gen::footprint::FpPoly [] [src]

pub struct FpPoly {
    pub pts: Pts,
    pub width: f64,
    pub layer: Layer,
}

a polygon

Fields

points

width

layer

Methods

impl FpPoly
[src]

bounding box of a polygon

Trait Implementations

impl Debug for FpPoly
[src]

Formats the value using the given formatter.

impl Clone for FpPoly
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FpPoly
[src]

Returns the "default value" for a type. Read more

impl IntoSexp for FpPoly
[src]

convert self into a Sexp

impl FromSexp for FpPoly
[src]

convert from a symbolic-expression to something