Struct postgres_protocol::types::Point
[−]
[src]
pub struct Point { /* fields omitted */ }
A Postgres point.
Methods
impl Point
[src]
fn x(&self) -> f64
Returns the x coordinate of the point.
fn y(&self) -> f64
Returns the y coordinate of the point.
Trait Implementations
impl Copy for Point
[src]
impl Clone for Point
[src]
fn clone(&self) -> Point
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