Struct kicad_parse_gen::layout::NetClass [] [src]

pub struct NetClass {
    pub name: String,
    pub desc: String,
    pub clearance: f64,
    pub trace_width: f64,
    pub via_dia: f64,
    pub via_drill: f64,
    pub uvia_dia: f64,
    pub uvia_drill: f64,
    pub diff_pair_gap: Option<f64>,
    pub diff_pair_width: Option<f64>,
    pub nets: Vec<String>,
}

a net class

Fields

name

description

clearance

trace width

via diameter

via drill

micro via diameter

micro via drill

differential pair gap

differential pair width

associated nets

Methods

impl NetClass
[src]

check if two netclasses are equal not looking at the nets

check if a netclass has a net

Trait Implementations

impl Clone for NetClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NetClass
[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 NetClass
[src]

Formats the value using the given formatter.

impl IntoSexp for NetClass
[src]

convert self into a Sexp