Enum shp::ShapeType [] [src]

pub enum ShapeType {
    Null,
    Point,
    Polyline,
    Polygon,
    MultiPoint,
    PointZ,
    PolylineZ,
    PolygonZ,
    MultiPointZ,
    PointM,
    PolylineM,
    PolygonM,
    MultiPointM,
    MultiPatch,
}

Variants

Methods

impl ShapeType
[src]

Trait Implementations

impl Clone for ShapeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ShapeType
[src]

impl Debug for ShapeType
[src]

Formats the value using the given formatter.

impl PartialEq for ShapeType
[src]

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

This method tests for !=.