pub enum TextHorizontalAlignment {
Left,
Center,
Right,
}
Expand description
Horizontal alignment.
Variants§
Trait Implementations§
source§impl Clone for TextHorizontalAlignment
impl Clone for TextHorizontalAlignment
source§fn clone(&self) -> TextHorizontalAlignment
fn clone(&self) -> TextHorizontalAlignment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TextHorizontalAlignment
Auto Trait Implementations§
impl RefUnwindSafe for TextHorizontalAlignment
impl Send for TextHorizontalAlignment
impl Sync for TextHorizontalAlignment
impl Unpin for TextHorizontalAlignment
impl UnwindSafe for TextHorizontalAlignment
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