#[repr(C)]pub struct JitInstrumentation {
pub created_functions: usize,
pub generation_counter: instr_time,
pub inlining_counter: instr_time,
pub optimization_counter: instr_time,
pub emission_counter: instr_time,
}
Fields§
§created_functions: usize
§generation_counter: instr_time
§inlining_counter: instr_time
§optimization_counter: instr_time
§emission_counter: instr_time
Trait Implementations§
Source§impl Clone for JitInstrumentation
impl Clone for JitInstrumentation
Source§fn clone(&self) -> JitInstrumentation
fn clone(&self) -> JitInstrumentation
Returns a copy 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 JitInstrumentation
impl Debug for JitInstrumentation
Source§impl Default for JitInstrumentation
impl Default for JitInstrumentation
Source§fn default() -> JitInstrumentation
fn default() -> JitInstrumentation
Returns the “default value” for a type. Read more
impl Copy for JitInstrumentation
Auto Trait Implementations§
impl Freeze for JitInstrumentation
impl RefUnwindSafe for JitInstrumentation
impl Send for JitInstrumentation
impl Sync for JitInstrumentation
impl Unpin for JitInstrumentation
impl UnwindSafe for JitInstrumentation
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