Enum kicad_parse_gen::schematic::LabelSide [] [src]

pub enum LabelSide {
    Left,
    Right,
    Top,
    Bottom,
}

a side of a label

Variants

left

right

top

bottom

Trait Implementations

impl Debug for LabelSide
[src]

Formats the value using the given formatter.

impl Clone for LabelSide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for LabelSide
[src]

Formats the value using the given formatter. Read more