Struct kicad_parse_gen::symbol_lib::SymbolLib [] [src]

pub struct SymbolLib {
    pub symbols: Vec<Symbol>,
}

a Kicad symbolic file

Fields

the symbols

Methods

impl SymbolLib
[src]

find a symbol in a symbol lib

Trait Implementations

impl Debug for SymbolLib
[src]

Formats the value using the given formatter.

impl Default for SymbolLib
[src]

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

impl Display for SymbolLib
[src]

Formats the value using the given formatter. Read more