Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ cast
Method
cast
crates/wasmtime/src/runtime/vm/send_sync_ptr.rs:49–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
/// Cast this to a pointer to a `U`.
48
#[inline]
49
pub fn cast<U>(&self) -> SendSyncPtr<U> {
50
SendSyncPtr(self.0.cast::<U>())
51
}
52
}
53
54
impl<T> SendSyncPtr<[T]> {
Callers
15
fd_read
Method · 0.45
fd_pread
Method · 0.45
fd_write
Method · 0.45
fd_pwrite
Method · 0.45
poll_oneoff
Method · 0.45
nt_query_information_file
Function · 0.45
_from_raw
Method · 0.45
to_raw_
Method · 0.45
array_call_trampoline
Method · 0.45
data
Method · 0.45
call_raw
Method · 0.45
trampoline_ptrs
Method · 0.45
Calls
1
SendSyncPtr
Class · 0.85
Tested by
no test coverage detected