pub struct UiDebugVirtualListWindowShiftSample {
pub frame_id: FrameId,
pub source: UiDebugVirtualListWindowSource,
pub node: NodeId,
pub element: GlobalElementId,
pub window_shift_kind: UiDebugVirtualListWindowShiftKind,
pub window_shift_reason: UiDebugVirtualListWindowShiftReason,
pub window_shift_apply_mode: UiDebugVirtualListWindowShiftApplyMode,
pub window_shift_invalidation_detail: Option<UiDebugInvalidationDetail>,
pub prev_window_range: Option<VirtualRange>,
pub window_range: Option<VirtualRange>,
pub render_window_range: Option<VirtualRange>,
}Fields§
§frame_id: FrameId§source: UiDebugVirtualListWindowSource§node: NodeId§element: GlobalElementId§window_shift_kind: UiDebugVirtualListWindowShiftKind§window_shift_reason: UiDebugVirtualListWindowShiftReason§window_shift_apply_mode: UiDebugVirtualListWindowShiftApplyMode§window_shift_invalidation_detail: Option<UiDebugInvalidationDetail>§prev_window_range: Option<VirtualRange>§window_range: Option<VirtualRange>§render_window_range: Option<VirtualRange>Trait Implementations§
Source§impl Clone for UiDebugVirtualListWindowShiftSample
impl Clone for UiDebugVirtualListWindowShiftSample
Source§fn clone(&self) -> UiDebugVirtualListWindowShiftSample
fn clone(&self) -> UiDebugVirtualListWindowShiftSample
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 moreimpl Copy for UiDebugVirtualListWindowShiftSample
Auto Trait Implementations§
impl Freeze for UiDebugVirtualListWindowShiftSample
impl RefUnwindSafe for UiDebugVirtualListWindowShiftSample
impl Send for UiDebugVirtualListWindowShiftSample
impl Sync for UiDebugVirtualListWindowShiftSample
impl Unpin for UiDebugVirtualListWindowShiftSample
impl UnsafeUnpin for UiDebugVirtualListWindowShiftSample
impl UnwindSafe for UiDebugVirtualListWindowShiftSample
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