Struct kicad_parse_gen::schematic::SheetLabel [] [src]

pub struct SheetLabel {
    pub name: String,
    pub form: LabelForm,
    pub side: LabelSide,
    pub x: i64,
    pub y: i64,
    pub size: i64,
}

label on a sheet

Fields

name

shape of the label

side of the label

X coordinate

Y coordinate

size

Trait Implementations

impl Debug for SheetLabel
[src]

[src]

Formats the value using the given formatter.

impl Clone for SheetLabel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SheetLabel
[src]

[src]

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

impl Display for SheetLabel
[src]

[src]

Formats the value using the given formatter. Read more