Struct rusttype::Contour [] [src]

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

A closed loop consisting of a sequence of Segments.

Fields

Trait Implementations

impl Debug for Contour
[src]

[]

Formats the value using the given formatter.

impl Clone for Contour
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more