Enum conrod::Place [] [src]

pub enum Place {
    Start(Option<Margin>),
    Middle,
    End(Option<Margin>),
}

Place the widget at a position on some other widget.

Variants

Place upon the Start of the Widget's kid_area.

Place upon the Middle of the Widget's kid_area.

Place upon the End of the Widget's kid_area.

Trait Implementations

impl Copy for Place
[src]

impl Clone for Place
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Place
[src]

Formats the value using the given formatter.

impl PartialEq for Place
[src]

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

This method tests for !=.