Enum onyx::ui::Alignment [] [src]

pub enum Alignment {
    Center,
    Min,
    Max,
    Fill,
}

Variants

Trait Implementations

impl Copy for Alignment
[src]

impl Clone for Alignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more