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

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

a net

Fields

net number

net name

Trait Implementations

impl Clone for Net
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Net
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Net
[src]

[src]

Formats the value using the given formatter.

impl Default for Net
[src]

[src]

Returns the "default value" for a type. Read more

impl FromSexp for Net
[src]

[src]

convert from a symbolic-expression to something

impl IntoSexp for Net
[src]

[src]

convert self into a Sexp