Struct kicad_parse_gen::footprint::FpText [] [src]

pub struct FpText {
    pub name: String,
    pub value: String,
    pub at: At,
    pub layer: Layer,
    pub effects: Effects,
    pub hide: bool,
}

text element

Fields

name

text

location

layer

text effects

is it a hidden text

Methods

impl FpText
[src]

[src]

create a text with given name and value

[src]

set the text effects of the text

[src]

set the layer of the text

Trait Implementations

impl Debug for FpText
[src]

[src]

Formats the value using the given formatter.

impl Clone for FpText
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Flip for FpText
[src]

[src]

flip me

impl Rotate for FpText
[src]

[src]

rotate

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

[src]

calculate the bounding box of a layout item

impl IntoSexp for FpText
[src]

[src]

convert self into a Sexp

impl FromSexp for FpText
[src]

[src]

convert from a symbolic-expression to something