Enum flo_animation::BrushDrawingStyle [] [src]

pub enum BrushDrawingStyle {
    Draw,
    Erase,
}

Represents the drawing style to use with a brush

Variants

Draw this brush directly on to the current layer

Erase what's underneath this brush on the current layer

Trait Implementations

impl Clone for BrushDrawingStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BrushDrawingStyle
[src]

impl PartialEq for BrushDrawingStyle
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for BrushDrawingStyle
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations