pub struct UiDebugWidgetMeasureHotspot {
pub node: NodeId,
pub element: Option<GlobalElementId>,
pub element_kind: Option<&'static str>,
pub element_path: Option<String>,
pub widget_type: &'static str,
pub inclusive_time: Duration,
pub exclusive_time: Duration,
}Fields§
§node: NodeId§element: Option<GlobalElementId>§element_kind: Option<&'static str>§element_path: Option<String>§widget_type: &'static str§inclusive_time: Duration§exclusive_time: DurationTrait Implementations§
Source§impl Clone for UiDebugWidgetMeasureHotspot
impl Clone for UiDebugWidgetMeasureHotspot
Source§fn clone(&self) -> UiDebugWidgetMeasureHotspot
fn clone(&self) -> UiDebugWidgetMeasureHotspot
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 moreAuto Trait Implementations§
impl Freeze for UiDebugWidgetMeasureHotspot
impl RefUnwindSafe for UiDebugWidgetMeasureHotspot
impl Send for UiDebugWidgetMeasureHotspot
impl Sync for UiDebugWidgetMeasureHotspot
impl Unpin for UiDebugWidgetMeasureHotspot
impl UnsafeUnpin for UiDebugWidgetMeasureHotspot
impl UnwindSafe for UiDebugWidgetMeasureHotspot
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