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]

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