Enum onyx::ui::Layout [] [src]

pub enum Layout {
    None,
    Horizontal,
    Vertical,
}

Variants

Trait Implementations

impl Copy for Layout
[src]

impl Clone for Layout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Layout
[src]

Formats the value using the given formatter.