Struct kicad_parse_gen::layout::Layout [] [src]

pub struct Layout {
    pub version: i64,
    pub host: Host,
    pub general: General,
    pub page: String,
    pub setup: Setup,
    pub layers: Vec<Layer>,
    pub elements: Vec<Element>,
}

a Kicad layout

Fields

version of file

build-host

general information

page size

setup information

layers

layout elements

Methods

impl Layout
[src]

get lists of nets

change net name

get list of netclasses

get module

modify a module

add a net

add a net class

Trait Implementations

impl Debug for Layout
[src]

Formats the value using the given formatter.

impl Default for Layout
[src]

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

impl IntoSexp for Layout
[src]

convert self into a Sexp