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: Option<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 Adjust for GrArc
[src]

adjust the location of the item

impl BoundingBox for GrArc
[src]

calculate the bounding box of a layout item

impl FromSexp for GrArc
[src]

convert from a symbolic-expression to something

impl IntoSexp for GrArc
[src]

convert self into a Sexp