Enum kicad_parse_gen::schematic::Justify [] [src]

pub enum Justify {
    Left,
    Right,
    Center,
    Bottom,
    Top,
}

a text justification on a component

Variants

left justification

right justification

center justification

bottom justification

top justification

Methods

impl Justify
[src]

create a justification based on a char

Trait Implementations

impl Debug for Justify
[src]

Formats the value using the given formatter.

impl Clone for Justify
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Justify
[src]

Formats the value using the given formatter. Read more