Struct kicad_parse_gen::schematic::ComponentField [] [src]

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

a component field

Fields

index of component field

value

orientation

X coordinate

Y coordinate

size

if it is visible

horizontal justification

vertical justification

if it is italic

if it is bold

name of the component field

Methods

impl ComponentField
[src]

create a component field

Trait Implementations

impl Debug for ComponentField
[src]

Formats the value using the given formatter.

impl Clone for ComponentField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ComponentField
[src]

Formats the value using the given formatter. Read more