Struct kicad_parse_gen::footprint::Pts [] [src]

pub struct Pts {
    pub elements: Vec<Xy>,
}

a list of X-Y coordinates

Fields

the list of X-Y coordinates

Trait Implementations

impl Debug for Pts
[src]

[src]

Formats the value using the given formatter.

impl Clone for Pts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Pts
[src]

[src]

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

impl PartialEq for Pts
[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 Pts
[src]

[src]

flip me

impl Adjust for Pts
[src]

[src]

adjust the location of the item

impl BoundingBox for Pts
[src]

[src]

calculate the bounding box of a layout item

impl IntoSexp for Pts
[src]

[src]

convert self into a Sexp

impl FromSexp for Pts
[src]

[src]

convert from a symbolic-expression to something