Enum kicad_parse_gen::footprint::PadType [] [src]

pub enum PadType {
    Smd,
    Pth,
    NpPth,
}

type of a Pad

Variants

surface mount

through-hole

non-plated through-hole

Methods

impl PadType
[src]

convert a &str to a pad type

Trait Implementations

impl Debug for PadType
[src]

Formats the value using the given formatter.

impl Clone for PadType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for PadType
[src]

convert self into a Sexp