Struct kicad_parse_gen::layout::Via [] [src]

pub struct Via {
    pub at: At,
    pub size: f64,
    pub drill: f64,
    pub layers: Layers,
    pub net: i64,
}

via

Fields

at

size

drill

layers

net

Trait Implementations

impl Clone for Via
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Via
[src]

Formats the value using the given formatter.

impl Adjust for Via
[src]

adjust the location of the item

impl BoundingBox for Via
[src]

calculate the bounding box of a layout item

impl FromSexp for Via
[src]

convert from a symbolic-expression to something

impl IntoSexp for Via
[src]

convert self into a Sexp