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