MCPcopy 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_strFunction · 0.45
with_c_str_slow_pathFunction · 0.45
set_auxiliary_vectorFunction · 0.45
_getcwdFunction · 0.45

Calls 1

as_ptrFunction · 0.85

Tested by

no test coverage detected