Struct polylabel_mini::Polygon[][src]

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

Fields

Trait Implementations

impl Debug for Polygon
[src]

Formats the value using the given formatter. Read more

impl Clone for Polygon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Polygon

impl Sync for Polygon