Enum svgbob::Element [] [src]

pub enum Element {
    Circle(Pointf32String),
    Line(PointPointStrokeFeature),
    Arc(PointPointf32bool),
    Text(LocString),
    Path(PointPointStringStroke),
}

Variants

Trait Implementations

impl Debug for Element
[src]

Formats the value using the given formatter.

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more