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]

Formats the value using the given formatter.

impl Clone for Pts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Pts
[src]

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

impl Adjust for Pts
[src]

adjust the location of the item

impl BoundingBox for Pts
[src]

calculate the bounding box of a layout item

impl IntoSexp for Pts
[src]

convert self into a Sexp

impl FromSexp for Pts
[src]

convert from a symbolic-expression to something