Struct kicad_parse_gen::footprint::Xy [] [src]

pub struct Xy {
    pub x: f64,
    pub y: f64,
    pub t: XyType,
}

X-Y element

Fields

x coordinate

y coorginate

the type of X-Y

Methods

impl Xy
[src]

create a new X-Y coordinate

create a new default X-Y coordinate of a certain type

Trait Implementations

impl Debug for Xy
[src]

Formats the value using the given formatter.

impl Clone for Xy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Xy
[src]

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

impl PartialEq for Xy
[src]

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

This method tests for !=.

impl Flip for Xy
[src]

flip me

impl Adjust for Xy
[src]

adjust the location of the item

impl IntoSexp for Xy
[src]

convert self into a Sexp

impl FromSexp for Xy
[src]

convert from a symbolic-expression to something