Struct nannou::ui::prelude::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 Debug for Dynamic
[src]

Formats the value using the given formatter. Read more

impl ItemSize for Dynamic
[src]

Update the List widget.

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

impl Copy for Dynamic
[src]

Auto Trait Implementations

impl Send for Dynamic

impl Sync for Dynamic