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

pub enum Justify {
    Mirror,
}

text justification

Variants

the text is mirrored

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

convert self into a Sexp

impl FromSexp for Justify
[src]

convert from a symbolic-expression to something