Struct kicad_parse_gen::footprint::Layers [] [src]

pub struct Layers {
    pub layers: Vec<Layer>,
}

a list of layers

Fields

a list of layers

Methods

impl Layers
[src]

append a layer to a list of layers

Trait Implementations

impl Debug for Layers
[src]

Formats the value using the given formatter.

impl Clone for Layers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Layers
[src]

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

impl IntoSexp for Layers
[src]

convert self into a Sexp

impl FromSexp for Layers
[src]

convert from a symbolic-expression to something