Struct kicad_parse_gen::layout::SetupElement [] [src]

pub struct SetupElement {
    pub name: String,
    pub value1: String,
    pub value2: Option<String>,
}

a generic setup element

Fields

a name

a first value

an optional second value

Trait Implementations

impl Clone for SetupElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetupElement
[src]

Formats the value using the given formatter.

impl FromSexp for SetupElement
[src]

convert from a symbolic-expression to something

impl IntoSexp for SetupElement
[src]

convert self into a Sexp