#[repr(u32)]pub enum RichTextLabelItemType {
ItemFrame = 0,
ItemText = 1,
ItemImage = 2,
ItemNewline = 3,
ItemFont = 4,
ItemColor = 5,
ItemUnderline = 6,
ItemAlign = 7,
ItemIndent = 8,
ItemList = 9,
ItemTable = 10,
ItemMeta = 11,
}Variants§
ItemFrame = 0
ItemText = 1
ItemImage = 2
ItemNewline = 3
ItemFont = 4
ItemColor = 5
ItemUnderline = 6
ItemAlign = 7
ItemIndent = 8
ItemList = 9
ItemTable = 10
ItemMeta = 11
Trait Implementations§
Source§impl Clone for RichTextLabelItemType
impl Clone for RichTextLabelItemType
Source§fn clone(&self) -> RichTextLabelItemType
fn clone(&self) -> RichTextLabelItemType
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 RichTextLabelItemType
impl Debug for RichTextLabelItemType
Source§impl Hash for RichTextLabelItemType
impl Hash for RichTextLabelItemType
Source§impl PartialEq for RichTextLabelItemType
impl PartialEq for RichTextLabelItemType
impl Copy for RichTextLabelItemType
impl Eq for RichTextLabelItemType
impl StructuralPartialEq for RichTextLabelItemType
Auto Trait Implementations§
impl Freeze for RichTextLabelItemType
impl RefUnwindSafe for RichTextLabelItemType
impl Send for RichTextLabelItemType
impl Sync for RichTextLabelItemType
impl Unpin for RichTextLabelItemType
impl UnwindSafe for RichTextLabelItemType
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