Enum kicad_parse_gen::footprint::LayerSide [] [src]

pub enum LayerSide {
    Front,
    Back,
    Dwgs,
    Cmts,
    Eco1,
    Eco2,
    Edge,
    Both,
    In1,
    In2,
    None,
}

side of a layer

Variants

front side

back side

Dwgs side

Cmts side

Eco1 side

Eco2 side

edge of the board

both sides

Inner layer 1

Inner layer 2

no side

Trait Implementations

impl Debug for LayerSide
[src]

[src]

Formats the value using the given formatter.

impl Clone for LayerSide
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LayerSide
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Flip for LayerSide
[src]

[src]

flip me

impl Default for LayerSide
[src]

[src]

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