Enum flo::tools::OverlayAction [] [src]

pub enum OverlayAction {
    Clear,
    Draw(Vec<Draw>),
}

Actions for creating drawing overlays

Variants

Clears anything in the overlay

Performs drawing actions to the current overlay (appended to the current overlay layer)

Trait Implementations

impl Clone for OverlayAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for OverlayAction
[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 OverlayAction
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OverlayAction

impl Sync for OverlayAction