pub struct LicmExtProfiler {
pub timings: Vec<(String, u64)>,
}Expand description
LICM profiler
Fields§
§timings: Vec<(String, u64)>Implementations§
Trait Implementations§
Source§impl Debug for LicmExtProfiler
impl Debug for LicmExtProfiler
Source§impl Default for LicmExtProfiler
impl Default for LicmExtProfiler
Source§fn default() -> LicmExtProfiler
fn default() -> LicmExtProfiler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LicmExtProfiler
impl RefUnwindSafe for LicmExtProfiler
impl Send for LicmExtProfiler
impl Sync for LicmExtProfiler
impl Unpin for LicmExtProfiler
impl UnsafeUnpin for LicmExtProfiler
impl UnwindSafe for LicmExtProfiler
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