Struct kicad_parse_gen::layout::ConnectPads [] [src]

pub struct ConnectPads {
    pub connection: Option<String>,
    pub clearance: f64,
}

a zone connect pads

Fields

connection type

clearance

Trait Implementations

impl Clone for ConnectPads
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectPads
[src]

Formats the value using the given formatter.

impl FromSexp for ConnectPads
[src]

convert from a symbolic-expression to something

impl IntoSexp for ConnectPads
[src]

convert self into a Sexp