Struct kicad_parse_gen::footprint::Model [] [src]

pub struct Model {
    pub name: String,
    pub at: Xyz,
    pub scale: Xyz,
    pub rotate: Xyz,
}

a 3D model

Fields

name

location

scale

rotation

Trait Implementations

impl Debug for Model
[src]

Formats the value using the given formatter.

impl Clone for Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for Model
[src]

convert self into a Sexp