Struct wasmtime_jit::NullProfilerAgent
source · [−]pub struct NullProfilerAgent;
Expand description
Default agent for unsupported profiling build.
Trait Implementations
sourceimpl Clone for NullProfilerAgent
impl Clone for NullProfilerAgent
sourcefn clone(&self) -> NullProfilerAgent
fn clone(&self) -> NullProfilerAgent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NullProfilerAgent
impl Debug for NullProfilerAgent
sourceimpl Default for NullProfilerAgent
impl Default for NullProfilerAgent
sourcefn default() -> NullProfilerAgent
fn default() -> NullProfilerAgent
Returns the “default value” for a type. Read more
sourceimpl ProfilingAgent for NullProfilerAgent
impl ProfilingAgent for NullProfilerAgent
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more