Enum flo_ui::control::DragAction [] [src]

pub enum DragAction {
    Start,
    Drag,
    Finish,
    Cancel,
}

Indicates what type of drag action is occurring

Variants

Trait Implementations

impl Clone for DragAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DragAction
[src]

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DragAction

impl Sync for DragAction