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

Trait Implementations

impl Debug for FpPoly
[src]

[src]

Formats the value using the given formatter.

impl Clone for FpPoly
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for FpPoly
[src]

[src]

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

impl PartialEq for FpPoly
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Flip for FpPoly
[src]

[src]

flip me

impl BoundingBox for FpPoly
[src]

[src]

calculate the bounding box of a layout item

impl IntoSexp for FpPoly
[src]

[src]

convert self into a Sexp

impl FromSexp for FpPoly
[src]

[src]

convert from a symbolic-expression to something