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]

[src]

Formats the value using the given formatter.

impl Clone for Model
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Model
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl IntoSexp for Model
[src]

[src]

convert self into a Sexp

impl FromSexp for Model
[src]

[src]

convert from a symbolic-expression to something