Enum conrod::widget::list_select::ListDirection[][src]

pub enum ListDirection {
    Forward,
    Backward,
}

The direction in which the list flows.

Variants

The direction flowing from the start of the list to the end of the list.

The direction flowing from the end of the list to the start of the list.

Trait Implementations

impl Copy for ListDirection
[src]

impl Clone for ListDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListDirection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations