Struct kicad_parse_gen::footprint::FpCircle [] [src]

pub struct FpCircle {
    pub center: Xy,
    pub end: Xy,
    pub layer: Layer,
    pub width: f64,
}

a circle

Fields

center point

end point

layer

width

Trait Implementations

impl Debug for FpCircle
[src]

[src]

Formats the value using the given formatter.

impl Clone for FpCircle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FpCircle
[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 Default for FpCircle
[src]

[src]

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

impl Flip for FpCircle
[src]

[src]

flip me

impl BoundingBox for FpCircle
[src]

[src]

calculate the bounding box of a layout item

impl IntoSexp for FpCircle
[src]

[src]

convert self into a Sexp

impl FromSexp for FpCircle
[src]

[src]

convert from a symbolic-expression to something