Enum conrod::Align [] [src]

pub enum Align {
    Start,
    Middle,
    End,
}

The orientation of Alignment along some Axis.

Variants

Align our Start with the Start of some other widget along the Axis.

Align our Middle with the Middle of some other widget along the Axis.

Align our End with the End of some other widget along the Axis.

Trait Implementations

impl Copy for Align
[src]

impl Clone for Align
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Align
[src]

Formats the value using the given formatter.

impl PartialEq for Align
[src]

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

This method tests for !=.

impl Eq for Align
[src]