Struct kicad_parse_gen::layout::Segment [] [src]

pub struct Segment {
    pub start: Xy,
    pub end: Xy,
    pub width: f64,
    pub layer: Layer,
    pub net: i64,
    pub tstamp: Option<String>,
    pub status: Option<String>,
}

segment

Fields

start point

end point

width

layer

net

tstamp

status

Trait Implementations

impl Clone for Segment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Segment
[src]

Formats the value using the given formatter.

impl Adjust for Segment
[src]

adjust the location of the item

impl BoundingBox for Segment
[src]

calculate the bounding box of a layout item

impl FromSexp for Segment
[src]

convert from a symbolic-expression to something

impl IntoSexp for Segment
[src]

convert self into a Sexp