pub enum VTextAlign {
Top,
Center,
Bottom,
}
Expand description
Text align constant on the vertical axis
Variants§
Trait Implementations§
Source§impl Clone for VTextAlign
impl Clone for VTextAlign
Source§fn clone(&self) -> VTextAlign
fn clone(&self) -> VTextAlign
Returns a duplicate 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 moreSource§impl Debug for VTextAlign
impl Debug for VTextAlign
Source§impl PartialEq for VTextAlign
impl PartialEq for VTextAlign
impl Copy for VTextAlign
impl StructuralPartialEq for VTextAlign
Auto Trait Implementations§
impl Freeze for VTextAlign
impl RefUnwindSafe for VTextAlign
impl Send for VTextAlign
impl Sync for VTextAlign
impl Unpin for VTextAlign
impl UnwindSafe for VTextAlign
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