Enum kicad_parse_gen::layout::LayerType [] [src]

pub enum LayerType {
    Signal,
    User,
}

layer type

Variants

signal layer

user layer

Trait Implementations

impl Clone for LayerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LayerType
[src]

Formats the value using the given formatter.

impl FromSexp for LayerType
[src]

convert from a symbolic-expression to something

impl Display for LayerType
[src]

Formats the value using the given formatter.