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]

[src]

Formats the value using the given formatter.

impl Clone for FpArc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FpArc
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Flip for FpArc
[src]

[src]

flip me

impl BoundingBox for FpArc
[src]

[src]

calculate the bounding box of a layout item

impl Default for FpArc
[src]

[src]

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

impl IntoSexp for FpArc
[src]

[src]

convert self into a Sexp

impl FromSexp for FpArc
[src]

[src]

convert from a symbolic-expression to something