Enum kicad_parse_gen::symbol_lib::PinType [] [src]

pub enum PinType {
    Input,
    Output,
    Bidi,
    Tristate,
    Passive,
    Unspecified,
    PowerInput,
    PowerOutput,
    OpenCollector,
    OpenEmitter,
    NotConnected,
}

pin type

Variants

input

output

bidi

tristate

passive

unspecified

power output

power input

open collector

open emitter

not connected

Trait Implementations

impl Debug for PinType
[src]

Formats the value using the given formatter.

impl Clone for PinType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for PinType
[src]

Formats the value using the given formatter. Read more

impl Default for PinType
[src]

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