#[repr(u32)]pub enum RichTextLabelAlign {
Left = 0,
Center = 1,
Right = 2,
Fill = 3,
}Variants§
Trait Implementations§
Source§impl Clone for RichTextLabelAlign
impl Clone for RichTextLabelAlign
Source§fn clone(&self) -> RichTextLabelAlign
fn clone(&self) -> RichTextLabelAlign
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 RichTextLabelAlign
impl Debug for RichTextLabelAlign
Source§impl Hash for RichTextLabelAlign
impl Hash for RichTextLabelAlign
Source§impl PartialEq for RichTextLabelAlign
impl PartialEq for RichTextLabelAlign
impl Copy for RichTextLabelAlign
impl Eq for RichTextLabelAlign
impl StructuralPartialEq for RichTextLabelAlign
Auto Trait Implementations§
impl Freeze for RichTextLabelAlign
impl RefUnwindSafe for RichTextLabelAlign
impl Send for RichTextLabelAlign
impl Sync for RichTextLabelAlign
impl Unpin for RichTextLabelAlign
impl UnwindSafe for RichTextLabelAlign
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