pub struct UiDebugCacheRootStats {
pub root: NodeId,
pub element: Option<GlobalElementId>,
pub reused: bool,
pub contained_layout: bool,
pub paint_replayed_ops: u32,
pub reuse_reason: UiDebugCacheRootReuseReason,
}Fields§
§root: NodeId§element: Option<GlobalElementId>§reused: bool§contained_layout: bool§paint_replayed_ops: u32§reuse_reason: UiDebugCacheRootReuseReasonTrait Implementations§
Source§impl Clone for UiDebugCacheRootStats
impl Clone for UiDebugCacheRootStats
Source§fn clone(&self) -> UiDebugCacheRootStats
fn clone(&self) -> UiDebugCacheRootStats
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 UiDebugCacheRootStats
impl Debug for UiDebugCacheRootStats
impl Copy for UiDebugCacheRootStats
Auto Trait Implementations§
impl Freeze for UiDebugCacheRootStats
impl RefUnwindSafe for UiDebugCacheRootStats
impl Send for UiDebugCacheRootStats
impl Sync for UiDebugCacheRootStats
impl Unpin for UiDebugCacheRootStats
impl UnsafeUnpin for UiDebugCacheRootStats
impl UnwindSafe for UiDebugCacheRootStats
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