Enum kicad_parse_gen::footprint::Justify [] [src]

pub enum Justify {
    Mirror,
    Left,
    Right,
}

text justification

Variants

the text is mirrored

the text is left-justified

the text is right-justified

Trait Implementations

impl Debug for Justify
[src]

[src]

Formats the value using the given formatter.

impl Clone for Justify
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

convert self into a Sexp

impl FromSexp for Justify
[src]

[src]

convert from a symbolic-expression to something