Enum kicad_parse_gen::footprint::LayerType [] [src]

pub enum LayerType {
    Cu,
    Paste,
    Mask,
    SilkS,
    User,
    Adhes,
    Cuts,
    CrtYd,
    Fab,
    Margin,
    Other(String),
}

type of a layer

Variants

copper layer

paste layer

solder mask layer

silk screen layer

user layer

adhesive layer

cuts layer

CrtYd layer

fabrication layer

margin layer

an other custom named layer

Trait Implementations

impl Debug for LayerType
[src]

Formats the value using the given formatter.

impl Clone for LayerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LayerType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for LayerType
[src]

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