Struct kicad_parse_gen::layout::Area [] [src]

pub struct Area {
    pub x1: f64,
    pub y1: f64,
    pub x2: f64,
    pub y2: f64,
}

area

Fields

X1 coordinate

Y1 coordinate

X2 coordinate

Y2 coordinate

Trait Implementations

impl Clone for Area
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Area
[src]

Formats the value using the given formatter.

impl Default for Area
[src]

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

impl FromSexp for Area
[src]

convert from a symbolic-expression to something

impl IntoSexp for Area
[src]

convert self into a Sexp