Enum conrod::widget::text_edit::Drag[][src]

pub enum Drag {
    Selecting,
    MoveSelection,
}

Track whether some sort of dragging is currently occurring.

Variants

The drag is currently selecting a range of text.

The drag is moving a selection of text.

Trait Implementations

impl Copy for Drag
[src]

impl Clone for Drag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Drag
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Drag
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Drag

impl Sync for Drag