Struct kicad_parse_gen::footprint::Net [] [src]

pub struct Net {
    pub num: i64,
    pub name: String,
}

a net

Fields

net number

net name

Trait Implementations

impl Debug for Net
[src]

Formats the value using the given formatter.

impl Clone for Net
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for Net
[src]

convert self into a Sexp

impl FromSexp for Net
[src]

convert from a symbolic-expression to something