Struct amethyst_ui::Stretched[][src]

pub struct Stretched { /* fields omitted */ }

Component indicating that an entity should be stretched to fit the parent size on one or multiple axes.

Methods

impl Stretched
[src]

Create a new Stretched component using the Stretch setting.

Trait Implementations

impl Debug for Stretched
[src]

Formats the value using the given formatter. Read more

impl Clone for Stretched
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Component for Stretched
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for Stretched

impl Sync for Stretched