Struct vsop87::RectangularCoordinates
[−]
[src]
pub struct RectangularCoordinates {
pub x: f64,
pub y: f64,
pub z: f64,
}Structure representing 3 dimensional rectangular coordinates.
Fields
x: f64
X coordinate.
y: f64
Y coordinate.
z: f64
Z coordinate.
Trait Implementations
impl Debug for RectangularCoordinates[src]
impl Clone for RectangularCoordinates[src]
fn clone(&self) -> RectangularCoordinates
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for RectangularCoordinates[src]
impl PartialEq for RectangularCoordinates[src]
fn eq(&self, __arg_0: &RectangularCoordinates) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RectangularCoordinates) -> bool
This method tests for !=.