Enum flo_animation::Vector [] [src]

pub enum Vector {
    BrushDefinition(BrushDefinitionElement),
    BrushProperties(BrushPropertiesElement),
    BrushStroke(BrushElement),
}

Possible types of vector element

Variants

Sets the brush properties for future brush strokes

Brush properties for future brush strokes

Brush stroke vector

Methods

impl Vector
[src]

[src]

Creates a new vector from an element

[src]

Trait Implementations

impl Into<Vector> for BrushElement
[src]

[src]

Performs the conversion.

impl Into<Vector> for BrushPropertiesElement
[src]

[src]

Performs the conversion.

impl Into<Vector> for BrushDefinitionElement
[src]

[src]

Performs the conversion.

impl Clone for Vector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Vector
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl Send for Vector

impl Sync for Vector