Enum kiss_ui::container::Orientation [] [src]

pub enum Orientation {
    Vertical,
    Horizontal,
}

The behavior of this enum depends on its point of use.

Variants

Vertical
Horizontal

Trait Implementations

Derived Implementations

impl Clone for Orientation

fn clone(&self) -> Orientation

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

impl Copy for Orientation

impl Eq for Orientation

impl PartialEq for Orientation

fn eq(&self, __arg_0: &Orientation) -> bool

fn ne(&self, __arg_0: &Orientation) -> bool