Enum lyon::path::Segment[]

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

Variants

Trait Implementations

impl Clone for Segment

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Segment

Formats the value using the given formatter. Read more

impl Copy for Segment

Auto Trait Implementations

impl Send for Segment

impl Sync for Segment