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

pub enum Drag {
    Edge(Edge),
    Handle,
}

The part of the RangeSlider that is in the process of being dragged.

Variants

One of the edges is being dragged.

The whole range is being dragged.

Trait Implementations

impl Copy for Drag
[src]

impl Clone for Drag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Drag
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Drag
[src]

[src]

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

[src]

This method tests for !=.