Struct kicad_parse_gen::symbol_lib::Symbol [] [src]

pub struct Symbol {
    pub name: String,
    pub reference: String,
    pub text_offset: f64,
    pub draw_pinnumber: bool,
    pub draw_pinname: bool,
    pub unit_count: i64,
    pub unit_locked: bool,
    pub is_power: bool,
    pub fields: Vec<Field>,
    pub aliases: Vec<String>,
    pub draw: Vec<Draw>,
}

a symbol

Fields

name

reference

text offset

draw pinnumber

draw pinname

unit count

is the unit locked

is it a power symbol

fields

aliases

draw

Methods

impl Symbol
[src]

create a new symbol

set the name of the symbol

Trait Implementations

impl Debug for Symbol
[src]

Formats the value using the given formatter.

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Symbol
[src]

Formats the value using the given formatter. Read more