Enum nannou::ui::prelude::widget::list::Down[][src]

pub enum Down {}

Items flow from top to bottom.

Trait Implementations

impl Clone for Down
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Down
[src]

Formats the value using the given formatter. Read more

impl Direction for Down
[src]

Maps a given key to a direction along the list.

impl Direction for Down
[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 Copy for Down
[src]

Auto Trait Implementations

impl Send for Down

impl Sync for Down