Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ SendSyncPtr
Class
SendSyncPtr
crates/wasmtime/src/runtime/vm/send_sync_ptr.rs:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
/// properties of `T`.
8
#[repr(transparent)]
9
pub struct SendSyncPtr<T: ?Sized>(NonNull<T>);
10
11
unsafe impl<T: Send + ?Sized> Send for SendSyncPtr<T> {}
12
unsafe impl<T: Sync + ?Sized> Sync for SendSyncPtr<T> {}
Callers
2
new
Method · 0.85
cast
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected