pub enum UiDebugPrepaintActionKind {
Invalidate,
RequestRedraw,
RequestAnimationFrame,
VirtualListWindowShift,
ChartSamplingWindowShift,
NodeGraphCullWindowShift,
}Variants§
Invalidate
RequestRedraw
RequestAnimationFrame
VirtualListWindowShift
ChartSamplingWindowShift
NodeGraphCullWindowShift
Trait Implementations§
Source§impl Clone for UiDebugPrepaintActionKind
impl Clone for UiDebugPrepaintActionKind
Source§fn clone(&self) -> UiDebugPrepaintActionKind
fn clone(&self) -> UiDebugPrepaintActionKind
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 Debug for UiDebugPrepaintActionKind
impl Debug for UiDebugPrepaintActionKind
impl Copy for UiDebugPrepaintActionKind
impl Eq for UiDebugPrepaintActionKind
impl StructuralPartialEq for UiDebugPrepaintActionKind
Auto Trait Implementations§
impl Freeze for UiDebugPrepaintActionKind
impl RefUnwindSafe for UiDebugPrepaintActionKind
impl Send for UiDebugPrepaintActionKind
impl Sync for UiDebugPrepaintActionKind
impl Unpin for UiDebugPrepaintActionKind
impl UnsafeUnpin for UiDebugPrepaintActionKind
impl UnwindSafe for UiDebugPrepaintActionKind
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