Struct kicad_parse_gen::layout::Dimension [] [src]

pub struct Dimension {
    pub name: String,
    pub width: f64,
    pub layer: Layer,
    pub tstamp: Option<String>,
    pub text: GrText,
    pub feature1: Pts,
    pub feature2: Pts,
    pub crossbar: Pts,
    pub arrow1a: Pts,
    pub arrow1b: Pts,
    pub arrow2a: Pts,
    pub arrow2b: Pts,
}

dimension

Fields

name

width

layer

time stamp

text

feature1

feature2

crossbar

arrow1a

arrow1b

arrow2a

arrow2b

Trait Implementations

impl Clone for Dimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dimension
[src]

Formats the value using the given formatter.

impl FromSexp for Dimension
[src]

convert from a symbolic-expression to something

impl IntoSexp for Dimension
[src]

convert self into a Sexp