Struct rusttype::Contour [] [src]

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

A closed loop consisting of a sequence of Segments.

Fields

segments

Trait Implementations

Derived Implementations

impl Debug for Contour

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Contour

fn clone(&self) -> Contour

1.0.0fn clone_from(&mut self, source: &Self)