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]

[src]

convert a &str to a pad type

Trait Implementations

impl Debug for PadType
[src]

[src]

Formats the value using the given formatter.

impl Clone for PadType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PadType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl IntoSexp for PadType
[src]

[src]

convert self into a Sexp