Struct postgis::ewkb::EwkbPoint [] [src]

pub struct EwkbPoint<'a> {
    pub geom: &'a Point,
    pub srid: Option<i32>,
    pub point_type: PointType,
}

Fields

Trait Implementations

impl<'a> Debug for EwkbPoint<'a>
[src]

Formats the value using the given formatter.

impl<'a> EwkbWrite for EwkbPoint<'a>
[src]

impl<'a> ToSql for EwkbPoint<'a>
[src]

Converts the value of self into the binary format of the specified Postgres Type, appending it to out. Read more

Determines if a value of this type can be converted to the specified Postgres Type. Read more

An adaptor method used internally by Rust-Postgres. Read more