Enum amethyst_ui::Stretch [−][src]
pub enum Stretch {
X,
Y,
XY,
}Indicates if a component should be stretched.
Variants
XStretches on the X axis.
YStretches on the Y axis.
XYStretches on both axes.
Trait Implementations
impl Debug for Stretch[src]
impl Debug for Stretchfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Stretch[src]
impl Clone for Stretch