pub enum Align {
Start,
Middle,
End,
}Expand description
The orientation of Alignment along some Axis.
Variants§
Start
Align our Start with the Start of some other widget along the Axis.
Middle
Align our Middle with the Middle of some other widget along the Axis.
End
Align our End with the End of some other widget along the Axis.
Trait Implementations§
impl Copy for Align
impl Eq for Align
impl StructuralPartialEq for Align
Auto Trait Implementations§
impl Freeze for Align
impl RefUnwindSafe for Align
impl Send for Align
impl Sync for Align
impl Unpin for Align
impl UnwindSafe for Align
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