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

pub enum Right {}

Items flow from left to right.

Trait Implementations

impl Clone for Right
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Right
[src]

impl Debug for Right
[src]

Formats the value using the given formatter. Read more

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

Maps a given key to a direction along the list.

Auto Trait Implementations

impl Send for Right

impl Sync for Right