Struct sta::coordinate::Coordinate [] [src]

pub struct Coordinate {
    pub x: i32,
    pub y: i32,
    pub z: i32,
}

Fields

Methods

impl Coordinate
[src]

[src]

Trait Implementations

impl Debug for Coordinate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Coordinate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Coordinate
[src]

Auto Trait Implementations

impl Send for Coordinate

impl Sync for Coordinate