Enum lyon_path::Segment[][src]

pub enum Segment {
    Line(LineSegment<f32>),
    Quadratic(QuadraticBezierSegment<f32>),
    Cubic(CubicBezierSegment<f32>),
    Arc(Arc<f32>),
}

Variants

Trait Implementations

impl Copy for Segment
[src]

impl Clone for Segment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Segment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Segment

impl Sync for Segment