Struct kicad_parse_gen::schematic::Connection [] [src]

pub struct Connection {
    pub x: i64,
    pub y: i64,
}

a connection part making a junction

Fields

connection x-coordinate

connection y-coordinate

Trait Implementations

impl Debug for Connection
[src]

Formats the value using the given formatter.

impl Display for Connection
[src]

Formats the value using the given formatter. Read more