pub enum textHorizontalAlignment {
Left = 0,
Center = 1,
Right = 2,
}Variants§
Trait Implementations§
Source§impl Clone for textHorizontalAlignment
impl Clone for textHorizontalAlignment
Source§fn clone(&self) -> textHorizontalAlignment
fn clone(&self) -> textHorizontalAlignment
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 textHorizontalAlignment
impl Debug for textHorizontalAlignment
Source§impl Default for textHorizontalAlignment
impl Default for textHorizontalAlignment
Source§fn default() -> textHorizontalAlignment
fn default() -> textHorizontalAlignment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for textHorizontalAlignment
impl<'de> Deserialize<'de> for textHorizontalAlignment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for textHorizontalAlignment
impl Ord for textHorizontalAlignment
Source§fn cmp(&self, other: &textHorizontalAlignment) -> Ordering
fn cmp(&self, other: &textHorizontalAlignment) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for textHorizontalAlignment
impl PartialEq for textHorizontalAlignment
Source§impl PartialOrd for textHorizontalAlignment
impl PartialOrd for textHorizontalAlignment
Source§impl Serialize for textHorizontalAlignment
impl Serialize for textHorizontalAlignment
impl Eq for textHorizontalAlignment
impl StructuralPartialEq for textHorizontalAlignment
Auto Trait Implementations§
impl Freeze for textHorizontalAlignment
impl RefUnwindSafe for textHorizontalAlignment
impl Send for textHorizontalAlignment
impl Sync for textHorizontalAlignment
impl Unpin for textHorizontalAlignment
impl UnwindSafe for textHorizontalAlignment
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