pub struct LayoutEngineMeasureHotspot {
pub node: NodeId,
pub total_time: Duration,
pub calls: u64,
pub cache_hits: u64,
}Fields§
§node: NodeId§total_time: Duration§calls: u64§cache_hits: u64Trait Implementations§
Source§impl Clone for LayoutEngineMeasureHotspot
impl Clone for LayoutEngineMeasureHotspot
Source§fn clone(&self) -> LayoutEngineMeasureHotspot
fn clone(&self) -> LayoutEngineMeasureHotspot
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 LayoutEngineMeasureHotspot
impl Debug for LayoutEngineMeasureHotspot
Source§impl Default for LayoutEngineMeasureHotspot
impl Default for LayoutEngineMeasureHotspot
Source§fn default() -> LayoutEngineMeasureHotspot
fn default() -> LayoutEngineMeasureHotspot
Returns the “default value” for a type. Read more
impl Copy for LayoutEngineMeasureHotspot
Auto Trait Implementations§
impl Freeze for LayoutEngineMeasureHotspot
impl RefUnwindSafe for LayoutEngineMeasureHotspot
impl Send for LayoutEngineMeasureHotspot
impl Sync for LayoutEngineMeasureHotspot
impl Unpin for LayoutEngineMeasureHotspot
impl UnsafeUnpin for LayoutEngineMeasureHotspot
impl UnwindSafe for LayoutEngineMeasureHotspot
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