#[repr(u32)]pub enum TreeItemTextAlign {
AlignLeft = 0,
AlignCenter = 1,
AlignRight = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for TreeItemTextAlign
impl Clone for TreeItemTextAlign
Source§fn clone(&self) -> TreeItemTextAlign
fn clone(&self) -> TreeItemTextAlign
Returns a copy 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 TreeItemTextAlign
impl Debug for TreeItemTextAlign
Source§impl Hash for TreeItemTextAlign
impl Hash for TreeItemTextAlign
Source§impl PartialEq for TreeItemTextAlign
impl PartialEq for TreeItemTextAlign
impl Copy for TreeItemTextAlign
impl Eq for TreeItemTextAlign
impl StructuralPartialEq for TreeItemTextAlign
Auto Trait Implementations§
impl Freeze for TreeItemTextAlign
impl RefUnwindSafe for TreeItemTextAlign
impl Send for TreeItemTextAlign
impl Sync for TreeItemTextAlign
impl Unpin for TreeItemTextAlign
impl UnwindSafe for TreeItemTextAlign
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