Struct wasmtime_jit::NullProfilerAgent
source · pub struct NullProfilerAgent;
Expand description
Default agent for unsupported profiling build.
Trait Implementations§
source§impl Clone for NullProfilerAgent
impl Clone for NullProfilerAgent
source§fn clone(&self) -> NullProfilerAgent
fn clone(&self) -> NullProfilerAgent
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 NullProfilerAgent
impl Debug for NullProfilerAgent
source§impl Default for NullProfilerAgent
impl Default for NullProfilerAgent
source§fn default() -> NullProfilerAgent
fn default() -> NullProfilerAgent
Returns the “default value” for a type. Read more
source§impl ProfilingAgent for NullProfilerAgent
impl ProfilingAgent for NullProfilerAgent
source§fn module_load(&self, _module: &CompiledModule, _dbg_image: Option<&[u8]>)
fn module_load(&self, _module: &CompiledModule, _dbg_image: Option<&[u8]>)
Notify the profiler of a new module loaded into memory
impl Copy for NullProfilerAgent
Auto Trait Implementations§
impl RefUnwindSafe for NullProfilerAgent
impl Send for NullProfilerAgent
impl Sync for NullProfilerAgent
impl Unpin for NullProfilerAgent
impl UnwindSafe for NullProfilerAgent
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