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

pub enum ItemInstantiation {
    All,
    OnlyVisible,
}

The way in which a List should instantiate its Items.

Variants

Instantiate an Item for every element, regardless of visibility.

Only instantiate visible Items.

Trait Implementations

impl Copy for ItemInstantiation
[src]

impl Clone for ItemInstantiation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ItemInstantiation
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ItemInstantiation
[src]

[src]

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

1.0.0
[src]

This method tests for !=.