#[repr(u32)]pub enum TreeItemTreeCellMode {
CellModeString = 0,
CellModeCheck = 1,
CellModeRange = 2,
CellModeRangeExpression = 3,
CellModeIcon = 4,
CellModeCustom = 5,
}
Variants§
CellModeString = 0
CellModeCheck = 1
CellModeRange = 2
CellModeRangeExpression = 3
CellModeIcon = 4
CellModeCustom = 5
Trait Implementations§
Source§impl Clone for TreeItemTreeCellMode
impl Clone for TreeItemTreeCellMode
Source§fn clone(&self) -> TreeItemTreeCellMode
fn clone(&self) -> TreeItemTreeCellMode
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 TreeItemTreeCellMode
impl Debug for TreeItemTreeCellMode
Source§impl Hash for TreeItemTreeCellMode
impl Hash for TreeItemTreeCellMode
Source§impl PartialEq for TreeItemTreeCellMode
impl PartialEq for TreeItemTreeCellMode
impl Copy for TreeItemTreeCellMode
impl Eq for TreeItemTreeCellMode
impl StructuralPartialEq for TreeItemTreeCellMode
Auto Trait Implementations§
impl Freeze for TreeItemTreeCellMode
impl RefUnwindSafe for TreeItemTreeCellMode
impl Send for TreeItemTreeCellMode
impl Sync for TreeItemTreeCellMode
impl Unpin for TreeItemTreeCellMode
impl UnwindSafe for TreeItemTreeCellMode
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