Enum kicad_parse_gen::schematic::WireType [] [src]

pub enum WireType {
    Wire,
    Notes,
    Bus,
}

the type of wire

Variants

an electronics wire

a dashed notes wire

a bus

Trait Implementations

impl Debug for WireType
[src]

[src]

Formats the value using the given formatter.

impl Display for WireType
[src]

[src]

Formats the value using the given formatter. Read more