Struct flo_animation::BrushDefinitionElement [] [src]

pub struct BrushDefinitionElement { /* fields omitted */ }

Element representing selecting a new brush definition

Methods

impl BrushDefinitionElement
[src]

[src]

Creates a new brush properties vector element

[src]

Retrieves the brush definition for this element

[src]

Retrieves the drawing style for this element

Trait Implementations

impl Clone for BrushDefinitionElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VectorElement for BrushDefinitionElement
[src]

[src]

The ID of this vector element

[src]

Renders this vector element

[src]

Updates the vector properties for future elements

[src]

Retrieves the paths for this element, if there are any

impl Into<Vector> for BrushDefinitionElement
[src]

[src]

Performs the conversion.

Auto Trait Implementations