Struct conrod::widget::list::Dynamic [] [src]

pub struct Dynamic {}

A type that implements ItemSize for Lists whose Items' length are unknown until setting the widget for each item.

Trait Implementations

impl Clone for Dynamic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dynamic
[src]

impl Debug for Dynamic
[src]

Formats the value using the given formatter.

impl ItemSize for Dynamic
[src]

Update the List widget.

Set the size for the given item widget and return it.