Struct kicad_parse_gen::layout::GrCircle [] [src]

pub struct GrCircle {
    pub center: Xy,
    pub end: Xy,
    pub layer: Layer,
    pub width: f64,
    pub tstamp: Option<String>,
}

gr_circle

Fields

center point

end point

layer

width

timestamp

Trait Implementations

impl Clone for GrCircle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GrCircle
[src]

Formats the value using the given formatter.

impl Adjust for GrCircle
[src]

adjust the location of the item

impl BoundingBox for GrCircle
[src]

calculate the bounding box of a layout item

impl FromSexp for GrCircle
[src]

convert from a symbolic-expression to something

impl IntoSexp for GrCircle
[src]

convert self into a Sexp