Enum conrod::ListbarScrollPosition [] [src]

pub enum ListbarScrollPosition {
    NextTo,
    OnTop,
}

If the List is scrollable, this describes how th Scrollbar should be positioned.

Variants

NextTo

To the right of the items (reduces the item width to fit).

OnTop

On top of the right edge of the items with auto_hide activated.

Trait Implementations

impl PartialEq for ScrollbarPosition
[src]

fn eq(&self, __arg_0: &ScrollbarPosition) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for ScrollbarPosition
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ScrollbarPosition
[src]

fn clone(&self) -> ScrollbarPosition

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ScrollbarPosition
[src]