Enum conrod::widget::drop_down_list::MaxHeight [] [src]

pub enum MaxHeight {
    Items(usize),
    Scalar(f64),
}

Representations of the max height of the visible area of the DropDownList.

Variants

Specify the max height as a number of items.

Specify the max height as an absolute scalar distance.

Trait Implementations

impl PartialEq for MaxHeight
[src]

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

This method tests for !=.

impl Clone for MaxHeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MaxHeight
[src]

impl Debug for MaxHeight
[src]

Formats the value using the given formatter.