Struct kicad_parse_gen::layout::GrArc [] [src]

pub struct GrArc {
    pub start: Xy,
    pub end: Xy,
    pub angle: f64,
    pub layer: Layer,
    pub width: f64,
    pub tstamp: String,
}

arc

Fields

start point

end point

angle

layer

width

timestamp

Trait Implementations

impl Clone for GrArc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GrArc
[src]

Formats the value using the given formatter.

impl FromSexp for GrArc
[src]

convert from a symbolic-expression to something

impl IntoSexp for GrArc
[src]

convert self into a Sexp