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

pub enum Left {}

Items flow from right to left.

Trait Implementations

impl Clone for Left
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Left
[src]

Formats the value using the given formatter. Read more

impl Direction for Left
[src]

Maps a given key to a direction along the list.

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

Auto Trait Implementations

impl Send for Left

impl Sync for Left