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]

[src]

get lists of nets

[src]

change net name

[src]

update net names in a layout

[src]

get list of netclasses

[src]

get module

[src]

get list of contained modules

[src]

modify a module

[src]

add a net

[src]

add a net class

Trait Implementations

impl Debug for Layout
[src]

[src]

Formats the value using the given formatter.

impl Default for Layout
[src]

[src]

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

impl Adjust for Layout
[src]

[src]

adjust the location of the item

impl BoundingBox for Layout
[src]

[src]

calculate the bounding box of a layout item

impl FromSexp for Layout
[src]

[src]

convert from a symbolic-expression to something

impl IntoSexp for Layout
[src]

[src]

convert self into a Sexp