Enum kicad_parse_gen::schematic::LabelForm [] [src]

pub enum LabelForm {
    Input,
    Output,
    BiDi,
    TriState,
    Unspecified,
}

form of a label

Variants

input

output

bidirectional

tristate

unspecified

Trait Implementations

impl Debug for LabelForm
[src]

Formats the value using the given formatter.

impl Clone for LabelForm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for LabelForm
[src]

Formats the value using the given formatter. Read more