pub struct UiDebugLayoutHotspot {
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 UiDebugLayoutHotspot
impl Clone for UiDebugLayoutHotspot
Source§fn clone(&self) -> UiDebugLayoutHotspot
fn clone(&self) -> UiDebugLayoutHotspot
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 UiDebugLayoutHotspot
impl RefUnwindSafe for UiDebugLayoutHotspot
impl Send for UiDebugLayoutHotspot
impl Sync for UiDebugLayoutHotspot
impl Unpin for UiDebugLayoutHotspot
impl UnsafeUnpin for UiDebugLayoutHotspot
impl UnwindSafe for UiDebugLayoutHotspot
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