Struct kicad_parse_gen::footprint::FpLine [] [src]

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

a line

Fields

start point

end point

layer

width

Trait Implementations

impl Debug for FpLine
[src]

Formats the value using the given formatter.

impl Clone for FpLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FpLine
[src]

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

impl BoundingBox for FpLine
[src]

calculate the bounding box of a layout item

impl IntoSexp for FpLine
[src]

convert self into a Sexp

impl FromSexp for FpLine
[src]

convert from a symbolic-expression to something