[go: up one dir, main page]

Enum postgis::ewkb::PointType [] [src]

pub enum PointType {
    Point,
    PointZ,
    PointM,
    PointZM,
}

Variants

Trait Implementations

impl PartialEq for PointType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for PointType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PointType
[src]

Formats the value using the given formatter.