Enum rusttype::Segment [] [src]

pub enum Segment {
    Line(Line),
    Curve(Curve),
}

Part of a Contour, either a Line or a Curve.

Variants

Trait Implementations

impl Copy for Segment
[src]

impl Clone for Segment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Segment
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Segment

impl Sync for Segment