Enum egui::Direction [−][src]
pub enum Direction {
    LeftToRight,
    RightToLeft,
    TopDown,
    BottomUp,
}Expand description
Layout direction, one of LeftToRight, RightToLeft, TopDown, BottomUp.
Variants
LeftToRight
RightToLeft
TopDown
BottomUp
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl UnwindSafe for Direction
Blanket Implementations
Mutably borrows from an owned value. Read more
