pub enum UiDebugVirtualListWindowShiftReason {
ScrollOffset,
ViewportResize,
ItemsRevision,
ScrollToItem,
InputsChange,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for UiDebugVirtualListWindowShiftReason
impl Clone for UiDebugVirtualListWindowShiftReason
Source§fn clone(&self) -> UiDebugVirtualListWindowShiftReason
fn clone(&self) -> UiDebugVirtualListWindowShiftReason
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 PartialEq for UiDebugVirtualListWindowShiftReason
impl PartialEq for UiDebugVirtualListWindowShiftReason
Source§fn eq(&self, other: &UiDebugVirtualListWindowShiftReason) -> bool
fn eq(&self, other: &UiDebugVirtualListWindowShiftReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UiDebugVirtualListWindowShiftReason
impl Eq for UiDebugVirtualListWindowShiftReason
impl StructuralPartialEq for UiDebugVirtualListWindowShiftReason
Auto Trait Implementations§
impl Freeze for UiDebugVirtualListWindowShiftReason
impl RefUnwindSafe for UiDebugVirtualListWindowShiftReason
impl Send for UiDebugVirtualListWindowShiftReason
impl Sync for UiDebugVirtualListWindowShiftReason
impl Unpin for UiDebugVirtualListWindowShiftReason
impl UnsafeUnpin for UiDebugVirtualListWindowShiftReason
impl UnwindSafe for UiDebugVirtualListWindowShiftReason
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