Enum kicad_parse_gen::symbol_lib::Draw [] [src]

pub enum Draw {
    Pin(Pin),
    Rectangle(Rectangle),
    Other(String),
}

a drawing

Variants

a pin

a rectangle

a non-parsed drawing part

Trait Implementations

impl Debug for Draw
[src]

[src]

Formats the value using the given formatter.

impl Clone for Draw
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Draw
[src]

[src]

Formats the value using the given formatter. Read more

impl CheckFix for Draw
[src]

[src]

check an item against the KLC

[src]

fix up an item against the KLC