Struct kicad_parse_gen::layout::GrText [] [src]

pub struct GrText {
    pub value: String,
    pub at: At,
    pub layer: Layer,
    pub effects: Effects,
    pub tstamp: Option<String>,
}

text

Fields

text

location

layer

text effects

timestamp

Trait Implementations

impl Clone for GrText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GrText
[src]

Formats the value using the given formatter.

impl Adjust for GrText
[src]

adjust the location of the item

impl BoundingBox for GrText
[src]

calculate the bounding box of a layout item

impl FromSexp for GrText
[src]

convert from a symbolic-expression to something

impl IntoSexp for GrText
[src]

convert self into a Sexp