Enum kicad_parse_gen::footprint::XyType [] [src]

pub enum XyType {
    Xy,
    Start,
    End,
    Size,
    Center,
    RectDelta,
}

the type of X-Y element

Variants

regular

starting point

ending point

size

center point

rectangular delta

Trait Implementations

impl Debug for XyType
[src]

Formats the value using the given formatter.

impl Clone for XyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for XyType
[src]

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

This method tests for !=.

impl Default for XyType
[src]

Returns the "default value" for a type. Read more