Enum kicad_parse_gen::footprint::PadShape [] [src]

pub enum PadShape {
    Rect,
    Circle,
    Oval,
    Trapezoid,
}

shape of a pad

Variants

rectangular

circular

oval

trapezoid

Methods

impl PadShape
[src]

[src]

convert a &str to a pad shape

Trait Implementations

impl Debug for PadShape
[src]

[src]

Formats the value using the given formatter.

impl Clone for PadShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

convert self into a Sexp