Enum amethyst_ui::Stretch[][src]

pub enum Stretch {
    X,
    Y,
    XY,
}

Indicates if a component should be stretched.

Variants

Stretches on the X axis.

Stretches on the Y axis.

Stretches on both axes.

Trait Implementations

impl Debug for Stretch
[src]

Formats the value using the given formatter. Read more

impl Clone for Stretch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Stretch

impl Sync for Stretch