Struct kicad_parse_gen::footprint::At [] [src]

pub struct At {
    pub x: f64,
    pub y: f64,
    pub rot: f64,
}

a location and rotation in a layout

Fields

x coordinate

y coordinate

rotation

Methods

impl At
[src]

[src]

create a location

Trait Implementations

impl Debug for At
[src]

[src]

Formats the value using the given formatter.

impl Clone for At
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for At
[src]

[src]

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

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

[src]

flip me

impl Adjust for At
[src]

[src]

adjust the location of the item

impl Rotate for At
[src]

[src]

rotate

impl IntoSexp for At
[src]

[src]

convert self into a Sexp

impl FromSexp for At
[src]

[src]

convert from a symbolic-expression to something