Struct kicad_parse_gen::layout::GrLine [] [src]

pub struct GrLine {
    pub start: Xy,
    pub end: Xy,
    pub angle: f64,
    pub layer: Layer,
    pub width: f64,
    pub tstamp: Option<String>,
}

line

Fields

start point

end point

angle

layer

width

time stamp

Trait Implementations

impl Clone for GrLine
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GrLine
[src]

[src]

Formats the value using the given formatter.

impl Adjust for GrLine
[src]

[src]

adjust the location of the item

impl BoundingBox for GrLine
[src]

[src]

calculate the bounding box of a layout item

impl FromSexp for GrLine
[src]

[src]

convert from a symbolic-expression to something

impl IntoSexp for GrLine
[src]

[src]

convert self into a Sexp