MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / deref_mut

Method deref_mut

wasmtime-jni/src/opaque_ptr.rs:114–116  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

112impl<'a, T> DerefMut for OpaquePtr<'a, T> {
113 #[track_caller]
114 fn deref_mut(&mut self) -> &mut Self::Target {
115 self.as_mut()
116 }
117}
118
119impl<'a, T> fmt::Debug for OpaquePtr<'a, T> {

Callers

nothing calls this directly

Calls 1

as_mutMethod · 0.45

Tested by

no test coverage detected