Struct kicad_parse_gen::fp_lib_table::Lib [] [src]

pub struct Lib {
    pub name: String,
    pub type_: String,
    pub uri: String,
    pub options: String,
    pub descr: String,
}

a library entry

Fields

name of the library

type of the library (typically Kicad)

the URI of the library (can contain shell variables)

options

description

Methods

impl Lib
[src]

return the URI with environment variables substituted

Trait Implementations

impl Debug for Lib
[src]

Formats the value using the given formatter.

impl Clone for Lib
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for Lib
[src]

convert self into a Sexp

impl FromSexp for Lib
[src]

convert from a symbolic-expression to something