Struct postgres_protocol::types::Box
[−]
[src]
pub struct Box { /* fields omitted */ }
A Postgres box.
Methods
impl Box
[src]
fn upper_right(&self) -> Point
Returns the upper right corner of the box.
fn lower_left(&self) -> Point
Returns the lower left corner of the box.
Trait Implementations
impl Copy for Box
[src]
impl Clone for Box
[src]
fn clone(&self) -> Box
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