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: String,
}

line

Fields

start point

end point

angle

layer

width

time stamp

Trait Implementations

impl Clone for GrLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GrLine
[src]

Formats the value using the given formatter.

impl FromSexp for GrLine
[src]

convert from a symbolic-expression to something

impl IntoSexp for GrLine
[src]

convert self into a Sexp