Struct postgres_protocol::types::Point [] [src]

pub struct Point { /* fields omitted */ }

A Postgres point.

Methods

impl Point
[src]

[src]

Returns the x coordinate of the point.

[src]

Returns the y coordinate of the point.

Trait Implementations

impl Copy for Point
[src]

impl Clone for Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more