Struct kicad_parse_gen::footprint::Xyz [] [src]

pub struct Xyz {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

a 3D X-Y-Z coordinate

Fields

X coordinate

Y coordinate

Z coordinate

Methods

impl Xyz
[src]

[src]

create a X-Y-Z coordinate

Trait Implementations

impl Debug for Xyz
[src]

[src]

Formats the value using the given formatter.

impl Clone for Xyz
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Xyz
[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 Xyz
[src]

[src]

convert self into a Sexp

impl FromSexp for Xyz
[src]

[src]

convert from a symbolic-expression to something