pub enum BoxAlign {
Left,
Center,
Right,
}Expand description
Type of alignment for the text inside the TextBox
Total of 3 types: Left, Center and Right
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxAlign
impl RefUnwindSafe for BoxAlign
impl Send for BoxAlign
impl Sync for BoxAlign
impl Unpin for BoxAlign
impl UnwindSafe for BoxAlign
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