Struct flo_ui::BoundsLayout [] [src]

pub struct BoundsLayout { /* fields omitted */ }

Perfoms layout with a bounding box

Methods

impl BoundsLayout
[src]

[src]

Creates a new bounds layout that acts within a particular bounding box

[src]

Lays out a single point within this bounding box

[src]

Lays out some rectangular bounds within this bounding box

Trait Implementations

Auto Trait Implementations

impl Send for BoundsLayout

impl Sync for BoundsLayout