Enum kicad_parse_gen::schematic::TextType [] [src]

pub enum TextType {
    Note,
    Global,
    Hierarchical,
    Label,
}

type of a text element

Variants

a text note

a global label

a hierarchical label

a local label

Trait Implementations

impl Debug for TextType
[src]

[src]

Formats the value using the given formatter.

impl Display for TextType
[src]

[src]

Formats the value using the given formatter. Read more