pub struct RuntimeExecutionCounters {
pub total_executions: u64,
pub jit_compiled: u64,
pub interpreter_fallback: u64,
}Fields§
§total_executions: u64§jit_compiled: u64§interpreter_fallback: u64Trait Implementations§
Source§impl Clone for RuntimeExecutionCounters
impl Clone for RuntimeExecutionCounters
Source§fn clone(&self) -> RuntimeExecutionCounters
fn clone(&self) -> RuntimeExecutionCounters
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 RuntimeExecutionCounters
impl Debug for RuntimeExecutionCounters
Auto Trait Implementations§
impl Freeze for RuntimeExecutionCounters
impl RefUnwindSafe for RuntimeExecutionCounters
impl Send for RuntimeExecutionCounters
impl Sync for RuntimeExecutionCounters
impl Unpin for RuntimeExecutionCounters
impl UnsafeUnpin for RuntimeExecutionCounters
impl UnwindSafe for RuntimeExecutionCounters
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