pub enum TextFontAlignmentValues {
Automatic,
Baseline,
Bottom,
Center,
Top,
}Variants§
Trait Implementations§
Source§impl Clone for TextFontAlignmentValues
impl Clone for TextFontAlignmentValues
Source§fn clone(&self) -> TextFontAlignmentValues
fn clone(&self) -> TextFontAlignmentValues
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 TextFontAlignmentValues
impl Debug for TextFontAlignmentValues
Source§impl Default for TextFontAlignmentValues
impl Default for TextFontAlignmentValues
Source§impl EnumTrait for TextFontAlignmentValues
impl EnumTrait for TextFontAlignmentValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TextFontAlignmentValues
impl RefUnwindSafe for TextFontAlignmentValues
impl Send for TextFontAlignmentValues
impl Sync for TextFontAlignmentValues
impl Unpin for TextFontAlignmentValues
impl UnwindSafe for TextFontAlignmentValues
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