Struct polylabel_mini::LineString[][src]

pub struct LineString {
    pub points: Vec<Point>,
}

Fields

Methods

impl LineString
[src]

Trait Implementations

impl Debug for LineString
[src]

Formats the value using the given formatter. Read more

impl Clone for LineString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LineString

impl Sync for LineString