Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ as_ptr
Method
as_ptr
src/process/ioctl.rs:63–65 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
61
}
62
63
fn as_ptr(&mut self) -> *mut c::c_void {
64
crate::utils::as_ptr(&0_u32) as *mut c::c_void
65
}
66
67
unsafe fn output_from_ptr(
68
_: ioctl::IoctlOutput,
Callers
5
with_c_str
Function · 0.45
with_c_str_slow_path
Function · 0.45
set_auxiliary_vector
Function · 0.45
set_virtual_memory_region_name
Function · 0.45
_getcwd
Function · 0.45
Calls
1
as_ptr
Function · 0.85
Tested by
no test coverage detected