Enum i_slint_core::item_tree::TraversalOrder
source · #[repr(u8)]pub enum TraversalOrder {
BackToFront = 0,
FrontToBack = 1,
}
Variants§
Trait Implementations§
source§impl Clone for TraversalOrder
impl Clone for TraversalOrder
source§fn clone(&self) -> TraversalOrder
fn clone(&self) -> TraversalOrder
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 TraversalOrder
impl Debug for TraversalOrder
source§impl PartialEq for TraversalOrder
impl PartialEq for TraversalOrder
source§fn eq(&self, other: &TraversalOrder) -> bool
fn eq(&self, other: &TraversalOrder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TraversalOrder
impl Eq for TraversalOrder
impl StructuralPartialEq for TraversalOrder
Auto Trait Implementations§
impl Freeze for TraversalOrder
impl RefUnwindSafe for TraversalOrder
impl Send for TraversalOrder
impl Sync for TraversalOrder
impl Unpin for TraversalOrder
impl UnwindSafe for TraversalOrder
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