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

pub enum Edge {
    Start,
    End,
}

Either the Start or End Edge of the RangeSlider's bar.

Variants

The start edge of the scrollbar handle.

The end edge of the scrollbar handle.

Trait Implementations

impl Copy for Edge
[src]

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Edge
[src]

Formats the value using the given formatter.

impl PartialEq for Edge
[src]

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

This method tests for !=.