Struct rusttype::Contour [] [src]

pub struct Contour {
    pub segments: Vec<Segment>,
}

A closed loop consisting of a sequence of Segments.

Fields

Trait Implementations

impl Clone for Contour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Contour
[src]

Formats the value using the given formatter.