pub enum TextAlignmentTypeValues {
Center,
Distributed,
Justified,
JustifiedLow,
Left,
Right,
ThaiDistributed,
}Variants§
Trait Implementations§
Source§impl Clone for TextAlignmentTypeValues
impl Clone for TextAlignmentTypeValues
Source§fn clone(&self) -> TextAlignmentTypeValues
fn clone(&self) -> TextAlignmentTypeValues
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 TextAlignmentTypeValues
impl Debug for TextAlignmentTypeValues
Source§impl Default for TextAlignmentTypeValues
impl Default for TextAlignmentTypeValues
Source§impl EnumTrait for TextAlignmentTypeValues
impl EnumTrait for TextAlignmentTypeValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TextAlignmentTypeValues
impl RefUnwindSafe for TextAlignmentTypeValues
impl Send for TextAlignmentTypeValues
impl Sync for TextAlignmentTypeValues
impl Unpin for TextAlignmentTypeValues
impl UnwindSafe for TextAlignmentTypeValues
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