pub enum Alignment {
BottomCenter,
BottomLeft,
BottomRight,
Center,
CenterLeft,
CenterRight,
TopCenter,
TopLeft,
TopRight,
}Expand description
Flex Alignment
Variants§
BottomCenter
Align bottom-center
BottomLeft
Align bottom-left
BottomRight
Align bottom-right
Center
Align center
CenterLeft
Align center-left
CenterRight
Align center-right
TopCenter
Align top-center
TopLeft
Align top-left
TopRight
Align top-right
Trait Implementations§
Source§impl Ord for Alignment
impl Ord for Alignment
Source§impl PartialOrd for Alignment
impl PartialOrd for Alignment
impl Copy for Alignment
impl Eq for Alignment
impl StructuralPartialEq for Alignment
Auto Trait Implementations§
impl Freeze for Alignment
impl RefUnwindSafe for Alignment
impl Send for Alignment
impl Sync for Alignment
impl Unpin for Alignment
impl UnwindSafe for Alignment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more