pub struct ComponentTimings(pub HashMap<String, f64>);Expand description
Component timing results from a frame render
Tuple Fields§
§0: HashMap<String, f64>Implementations§
Trait Implementations§
Source§impl Clone for ComponentTimings
impl Clone for ComponentTimings
Source§fn clone(&self) -> ComponentTimings
fn clone(&self) -> ComponentTimings
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 ComponentTimings
impl Debug for ComponentTimings
Source§impl Default for ComponentTimings
impl Default for ComponentTimings
Source§fn default() -> ComponentTimings
fn default() -> ComponentTimings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComponentTimings
impl RefUnwindSafe for ComponentTimings
impl Send for ComponentTimings
impl Sync for ComponentTimings
impl Unpin for ComponentTimings
impl UnsafeUnpin for ComponentTimings
impl UnwindSafe for ComponentTimings
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