pub enum VAlign {
Top,
Center,
Bottom,
}
Expand description
Vertical alignment for text on the display
Variants§
Top
Input coordinate is at the top of the text box
Center
Input coordinate is at the center of the text box
Bottom
Input coordinate is at the bottom of the text box
Trait Implementations§
impl Copy for VAlign
impl Eq for VAlign
impl StructuralPartialEq for VAlign
Auto Trait Implementations§
impl Freeze for VAlign
impl RefUnwindSafe for VAlign
impl Send for VAlign
impl Sync for VAlign
impl Unpin for VAlign
impl UnwindSafe for VAlign
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