Struct kicad_parse_gen::layout::Net [] [src]

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

a net

Fields

net number

net name

Trait Implementations

impl Clone for Net
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Net
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Net
[src]

Formats the value using the given formatter.

impl FromSexp for Net
[src]

convert from a symbolic-expression to something

impl IntoSexp for Net
[src]

convert self into a Sexp