Enum svgdom::PathCommand[][src]

pub enum PathCommand {
    MoveTo,
    LineTo,
    HorizontalLineTo,
    VerticalLineTo,
    CurveTo,
    SmoothCurveTo,
    Quadratic,
    SmoothQuadratic,
    EllipticalArc,
    ClosePath,
}

List of all path commands.

Variants

Trait Implementations

impl Clone for PathCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PathCommand
[src]

Formats the value using the given formatter. Read more

impl Copy for PathCommand
[src]

impl PartialEq<PathCommand> for PathCommand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PathCommand

impl Sync for PathCommand