Enum me3_framework::overlay::Direction
source · [−]pub enum Direction {
LeftToRight,
RightToLeft,
TopDown,
BottomUp,
}
Expand description
Layout direction, one of LeftToRight
, RightToLeft
, TopDown
, BottomUp
.
Variants
LeftToRight
RightToLeft
TopDown
BottomUp
Implementations
sourceimpl Direction
impl Direction
pub fn is_horizontal(self) -> bool
pub fn is_vertical(self) -> bool
Trait Implementations
impl Copy for Direction
impl StructuralPartialEq for Direction
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl Send for Direction
impl Sync for Direction
impl Unpin for Direction
impl UnwindSafe for Direction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more