Struct kicad_parse_gen::footprint::Effects [] [src]

pub struct Effects {
    pub font: Font,
    pub justify: Option<Justify>,
}

text effects

Fields

the font used

the text justification

Methods

impl Effects
[src]

[src]

create a text effects element from font and justification

Trait Implementations

impl Debug for Effects
[src]

[src]

Formats the value using the given formatter.

impl Clone for Effects
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Effects
[src]

[src]

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

impl PartialEq for Effects
[src]

[src]

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

[src]

This method tests for !=.

impl Flip for Effects
[src]

[src]

flip me

impl IntoSexp for Effects
[src]

[src]

convert self into a Sexp

impl FromSexp for Effects
[src]

[src]

convert from a symbolic-expression to something