Enum nannou::ui::position::Place[][src]

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

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 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. Read more

impl Copy for Place
[src]

impl PartialEq<Place> for Place
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Place

impl Sync for Place