Struct zc_geo::polygon::Polygon [] [src]

pub struct Polygon<T> where
    T: Float
{ pub exterior: LineString<T>, pub interiors: Vec<LineString<T>>, }

Fields

Methods

impl<T> Polygon<T> where
    T: Float
[src]

[src]

Trait Implementations

impl<T: Clone> Clone for Polygon<T> where
    T: Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Polygon<T> where
    T: Float
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Polygon<T> where
    T: Float
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<T> Send for Polygon<T> where
    T: Send

impl<T> Sync for Polygon<T> where
    T: Sync