Struct geo::Coordinate [] [src]

pub struct Coordinate {
    pub x: f64,
    pub y: f64,
}

Fields

x: f64 y: f64

Trait Implementations

impl Debug for Coordinate
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Coordinate
[src]

impl Clone for Coordinate
[src]

fn clone(&self) -> Coordinate

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

fn eq(&self, __arg_0: &Coordinate) -> bool

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

fn ne(&self, __arg_0: &Coordinate) -> bool

This method tests for !=.