Enum kicad_parse_gen::schematic::Orientation [] [src]

pub enum Orientation {
    Horizontal,
    Vertical,
}

a component orientation

Variants

horizontal orientation

vertical orientation

Methods

impl Orientation
[src]

create a new component orientation from a char

Trait Implementations

impl Debug for Orientation
[src]

Formats the value using the given formatter.

impl Clone for Orientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Orientation
[src]

Formats the value using the given formatter. Read more