Struct kicad_parse_gen::fp_lib_table::FpLibTable [] [src]

pub struct FpLibTable {
    pub libs: Vec<Lib>,
}

a fp-lib-table

Fields

the library references contained in the fp-lib-table

Trait Implementations

impl Debug for FpLibTable
[src]

Formats the value using the given formatter.

impl Clone for FpLibTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for FpLibTable
[src]

convert self into a Sexp

impl FromSexp for FpLibTable
[src]

convert from a symbolic-expression to something