Struct egui::Layout [−][src]
pub struct Layout { /* fields omitted */ }
Expand description
The layout of a Ui
, e.g. “vertical & centered”.
Implementations
Top-down layout justifed so that buttons etc fill the full available width.
👎 Deprecated:
Use top_down
👎 Deprecated:
Use left_to_right
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Layout
impl UnwindSafe for Layout
Blanket Implementations
Mutably borrows from an owned value. Read more