Struct kicad_parse_gen::layout::Layer [] [src]

pub struct Layer {
    pub num: i64,
    pub layer: Layer,
    pub layer_type: LayerType,
    pub hide: bool,
}

layer

Fields

layer number

layer

layer type

if the layer is shown

Trait Implementations

impl Clone for Layer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Layer
[src]

Formats the value using the given formatter.

impl IntoSexp for Layer
[src]

convert self into a Sexp