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

pub struct Fixed {
    pub length: Scalar,
}

A type that implements ItemSize for Lists whose Items are a fixed size and known prior to setting the widgets for each item.

Fields

The length of each item in the direction that the list flows.

Trait Implementations

impl Clone for Fixed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Fixed
[src]

impl Debug for Fixed
[src]

Formats the value using the given formatter.

impl ItemSize for Fixed
[src]

Update the List widget.

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