Struct postgres_protocol::types::Point
[−]
[src]
pub struct Point { /* fields omitted */ }
A Postgres point.
Methods
impl Point
[src]
fn x(&self) -> f64
[src]
Returns the x coordinate of the point.
fn y(&self) -> f64
[src]
Returns the y coordinate of the point.