pub struct UiDebugLayoutEngineMeasureChildHotspot {
pub child: NodeId,
pub measure_time: Duration,
pub calls: u64,
pub element: Option<GlobalElementId>,
pub element_kind: Option<&'static str>,
}Fields§
§child: NodeId§measure_time: Duration§calls: u64§element: Option<GlobalElementId>§element_kind: Option<&'static str>Trait Implementations§
Source§impl Clone for UiDebugLayoutEngineMeasureChildHotspot
impl Clone for UiDebugLayoutEngineMeasureChildHotspot
Source§fn clone(&self) -> UiDebugLayoutEngineMeasureChildHotspot
fn clone(&self) -> UiDebugLayoutEngineMeasureChildHotspot
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 Default for UiDebugLayoutEngineMeasureChildHotspot
impl Default for UiDebugLayoutEngineMeasureChildHotspot
Source§fn default() -> UiDebugLayoutEngineMeasureChildHotspot
fn default() -> UiDebugLayoutEngineMeasureChildHotspot
Returns the “default value” for a type. Read more
impl Copy for UiDebugLayoutEngineMeasureChildHotspot
Auto Trait Implementations§
impl Freeze for UiDebugLayoutEngineMeasureChildHotspot
impl RefUnwindSafe for UiDebugLayoutEngineMeasureChildHotspot
impl Send for UiDebugLayoutEngineMeasureChildHotspot
impl Sync for UiDebugLayoutEngineMeasureChildHotspot
impl Unpin for UiDebugLayoutEngineMeasureChildHotspot
impl UnsafeUnpin for UiDebugLayoutEngineMeasureChildHotspot
impl UnwindSafe for UiDebugLayoutEngineMeasureChildHotspot
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