Enum kiss_ui::container::VAlign [] [src]

pub enum VAlign {
    Top,
    Center,
    Bottom,
}

Vertical alignment setting, used by Horizontal and Grid.

Variants

Top
Center
Bottom

Trait Implementations

Derived Implementations

impl Clone for VAlign

fn clone(&self) -> VAlign

fn clone_from(&mut self, source: &Self)

impl Copy for VAlign