Struct kicad_parse_gen::schematic::Description [] [src]

pub struct Description {
    pub size: String,
    pub dimx: i64,
    pub dimy: i64,
    pub title: String,
    pub date: String,
    pub rev: String,
    pub comp: String,
    pub comment1: String,
    pub comment2: String,
    pub comment3: String,
    pub comment4: String,
    pub sheet: i64,
    pub sheet_count: i64,
}

description of a schematic

Fields

size

dimension in X

dimension in Y

title

date

revision

computer reference

comment1

comment2

comment3

comment4

sheet number

number of sheets in total

Trait Implementations

impl Debug for Description
[src]

Formats the value using the given formatter.

impl Clone for Description
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Description
[src]

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

impl Display for Description
[src]

Formats the value using the given formatter. Read more