pub enum TextPos {
Center,
Ljust,
Rjust,
Above,
Below,
}Expand description
Text justification attributes.
Variants§
Trait Implementations§
impl Copy for TextPos
impl Eq for TextPos
impl StructuralPartialEq for TextPos
Auto Trait Implementations§
impl Freeze for TextPos
impl RefUnwindSafe for TextPos
impl Send for TextPos
impl Sync for TextPos
impl Unpin for TextPos
impl UnsafeUnpin for TextPos
impl UnwindSafe for TextPos
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