Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ decode_void_star
Method
decode_void_star
src/backend/linux_raw/reg.rs:154–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
153
#[inline]
154
pub(super) fn decode_void_star(self) -> *mut c::c_void {
155
self.raw.cast()
156
}
157
158
#[cfg(target_pointer_width =
"64"
)]
159
#[inline]
Callers
1
try_decode_void_star
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected