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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Contour
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Contour

impl Sync for Contour