Enum flo_animation::PathElement [] [src]

pub enum PathElement {
    Move(PathPoint),
    Line(PathPoint),
    Bezier(PathPointPathPointPathPoint),
    Close,
}

Represents an element of a bezier path

Variants

Trait Implementations

impl Clone for PathElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PathElement
[src]

impl PartialEq for PathElement
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for PathElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PathElement

impl Sync for PathElement