Struct kicad_parse_gen::layout::General [] [src]

pub struct General {
    pub links: i64,
    pub no_connects: i64,
    pub area: Area,
    pub thickness: f64,
    pub drawings: i64,
    pub tracks: i64,
    pub zones: i64,
    pub modules: i64,
    pub nets: i64,
}

general information

Fields

number of links

number of no-connect

area of layout

thickness

number of drawings

number of tracks

number of zones

number of moduls

number of nets

Trait Implementations

impl Clone for General
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for General
[src]

Formats the value using the given formatter.

impl Default for General
[src]

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

impl FromSexp for General
[src]

convert from a symbolic-expression to something

impl IntoSexp for General
[src]

convert self into a Sexp