Struct kicad_parse_gen::symbol_lib::Field [] [src]

pub struct Field {
    pub i: i64,
    pub value: String,
    pub x: f64,
    pub y: f64,
    pub dimension: i64,
    pub orientation: Orientation,
    pub visible: bool,
    pub hjustify: Justify,
    pub vjustify: Justify,
    pub italic: bool,
    pub bold: bool,
    pub name: String,
}

a field

Fields

field number

value

X coordinate

Y coordinate

dimension

orientation

if the field is visible

horizontal justification

vertical justification

italic

bold

name of the field

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter.

impl Clone for Field
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Field
[src]

[src]

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

impl Display for Field
[src]

[src]

Formats the value using the given formatter. Read more