Struct kicad_parse_gen::symbol_lib::Pin [] [src]

pub struct Pin {
    pub name: String,
    pub number: String,
    pub x: i64,
    pub y: i64,
    pub len: i64,
    pub orientation: PinOrientation,
    pub num_size: i64,
    pub name_size: i64,
    pub unit: i64,
    pub convert: i64,
    pub pin_type: PinType,
    pub pin_visible: bool,
    pub pin_shape: PinShape,
}

draw a pin

Fields

name of the pin

number of the pin, which doesn't have to be an actual number

x position of the pin

y position of the pin

length of the pin

orientation of the pin

pin number text size

pin name text size

unit ??

convert ??

pin type

pin visible

pin shape

Trait Implementations

impl Debug for Pin
[src]

[src]

Formats the value using the given formatter.

impl Clone for Pin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Pin
[src]

[src]

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

impl Display for Pin
[src]

[src]

Formats the value using the given formatter. Read more

impl CheckFix for Pin
[src]

[src]

check an item against the KLC

[src]

fix up an item against the KLC