Struct kicad_parse_gen::layout::Host [] [src]

pub struct Host {
    pub tool: String,
    pub build: String,
}

build host info

Fields

tool name

tool version

Trait Implementations

impl Clone for Host
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Host
[src]

[src]

Formats the value using the given formatter.

impl Default for Host
[src]

[src]

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

impl FromSexp for Host
[src]

[src]

convert from a symbolic-expression to something