Struct kicad_parse_gen::footprint::FpArc [] [src]

pub struct FpArc {
    pub start: Xy,
    pub end: Xy,
    pub angle: f64,
    pub layer: Layer,
    pub width: f64,
}

an arc

Fields

start point

end point

angle

layer

width

Trait Implementations

impl Debug for FpArc
[src]

Formats the value using the given formatter.

impl Clone for FpArc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FpArc
[src]

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

impl IntoSexp for FpArc
[src]

convert self into a Sexp