Enum conrod::widget::range_slider::Edge
[−]
[src]
pub enum Edge {
Start,
End,
}Either the Start or End Edge of the RangeSlider's bar.
Variants
StartThe start edge of the scrollbar handle.
EndThe end edge of the scrollbar handle.
Trait Implementations
impl Copy for Edge[src]
impl Clone for Edge[src]
fn clone(&self) -> Edge[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Edge[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more