Home
last modified time | relevance | path

Searched refs:ResetCurrentPointersToNull (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs814 struct ResetCurrentPointersToNull<'a, S>(&'a mut S) in make_fiber_unchecked() struct
818 impl<S> Drop for ResetCurrentPointersToNull<'_, S> in make_fiber_unchecked() implementation
836 let reset = ResetCurrentPointersToNull(store_ref); in make_fiber_unchecked()