Enum conrod::widget::list::Up [] [src]

pub enum Up {}

Items flow from bottom to top.

Trait Implementations

impl Clone for Up
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Up
[src]

impl Debug for Up
[src]

Formats the value using the given formatter.

impl Direction for Up
[src]

The direction along which the Scrollbar is laid out.

For some given Rect, returns the parallel and perpendicular ranges respectively.

Begin building the scrollbar for the List.

Borrow the scroll state associated with this Direction's axis.

Calls the suitable scroll_kids_<axis> method on the List.

Positions the given widget.

Position the Rectangle used for scrolling Lists with fixed Item sizes.

Size the widget given its breadth.

Size the widget given its length.

impl Direction for Up
[src]

Maps a given key to a direction along the list.