Enum kicad_parse_gen::symbol_lib::PinShape [] [src]

pub enum PinShape {
    Line,
    Inverted,
    Clock,
    InvertedClock,
    InputLow,
    ClockLow,
    OutputLow,
    FallingEdgeClock,
    NonLogic,
}

pin shape

Variants

line

inverted

clock

inverted clock

input low

clock low

output low

falling edge clock

non logic

Trait Implementations

impl Debug for PinShape
[src]

[src]

Formats the value using the given formatter.

impl Clone for PinShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PinShape
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for PinShape
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PinShape
[src]

[src]

Returns the "default value" for a type. Read more