Struct kicad_parse_gen::schematic::Sheet [] [src]

pub struct Sheet {
    pub x: i64,
    pub y: i64,
    pub dimx: i64,
    pub dimy: i64,
    pub unique: String,
    pub name: String,
    pub name_size: i64,
    pub filename: String,
    pub filename_size: i64,
    pub labels: Vec<SheetLabel>,
}

a component sheet

Fields

X coordinate

Y coordinate

X dimension

Y dimension

timestamp field

name of the sheet

size of the name

filename of the sheet

size of the filename font

sheet labels

Trait Implementations

impl Debug for Sheet
[src]

Formats the value using the given formatter.

impl Clone for Sheet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BoundingBox for Sheet
[src]

calculate the bounding box of a layout item

impl Default for Sheet
[src]

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

impl Display for Sheet
[src]

Formats the value using the given formatter. Read more