Struct kicad_parse_gen::schematic::NoConnect [] [src]

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

a no-connect marker

Fields

no-connect x-coordinate

no-connect y-coordinate

Trait Implementations

impl Debug for NoConnect
[src]

Formats the value using the given formatter.

impl Display for NoConnect
[src]

Formats the value using the given formatter. Read more