Enum conrod::Edge [] [src]

pub enum Edge {
    Start,
    End,
}

Represents either the Start or End Edge of a Range.

Variants

The beginning of a Range.

The end of a Range.

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 !=.

impl Eq for Edge
[src]