Struct rusttype::Contour
[−]
[src]
pub struct Contour {
pub segments: Vec<Segment>,
}A closed loop consisting of a sequence of Segments.
Fields
segments |
pub struct Contour {
pub segments: Vec<Segment>,
}A closed loop consisting of a sequence of Segments.
segments |
impl Debug for Contourimpl Clone for Contourfn clone(&self) -> Contourfn clone_from(&mut self, source: &Self)