Struct kicad_parse_gen::symbol_lib::Rectangle [] [src]

pub struct Rectangle {
    pub x1: i64,
    pub y1: i64,
    pub x2: i64,
    pub y2: i64,
    pub unit: i64,
    pub convert: i64,
    pub thickness: i64,
    pub fill: Fill,
}

draw a rectangle

Fields

x-coordinate of first corner of rectangle

y-coordinate of first corner of rectangle

x-coordinate of second corner of rectangle

y-coordinate of second corner of rectangle

unit ??

convert ???

thickness of the line

Fill of the rectangle

Trait Implementations

impl Debug for Rectangle
[src]

[src]

Formats the value using the given formatter.

impl Clone for Rectangle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Rectangle
[src]

[src]

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

impl Display for Rectangle
[src]

[src]

Formats the value using the given formatter. Read more

impl CheckFix for Rectangle
[src]

[src]

check an item against the KLC

[src]

fix up an item against the KLC