Struct kicad_parse_gen::layout::Setup [] [src]

pub struct Setup {
    pub elements: Vec<SetupElement>,
    pub pcbplotparams: Vec<SetupElement>,
}

setup elements of the layout

Fields

the setup elements

the pcb plot elements

Methods

impl Setup
[src]

get a setup element

update a setup element

Trait Implementations

impl Clone for Setup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Setup
[src]

Formats the value using the given formatter.

impl Default for Setup
[src]

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

impl FromSexp for Setup
[src]

convert from a symbolic-expression to something

impl IntoSexp for Setup
[src]

convert self into a Sexp