Enum rusttype::Segment [−][src]
Part of a Contour, either a Line or a Curve.
Variants
Line(Line)Curve(Curve)
Trait Implementations
impl Copy for Segment[src]
impl Copy for Segmentimpl Clone for Segment[src]
impl Clone for Segmentfn clone(&self) -> Segment[src]
fn clone(&self) -> SegmentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Segment[src]
impl Debug for Segment