Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ptr
Method
as_ptr
crates/vm/src/stdlib/os.rs:1043–1045 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1041
}
1042
1043
fn as_ptr(&self) -> *mut libc::DIR {
1044
self.0.as_ptr()
1045
}
1046
}
1047
1048
#[cfg(all(unix, not(target_os =
"redox"
)))]
Callers
15
get_kernel32_version
Function · 0.45
access
Function · 0.45
remove
Function · 0.45
check_dir
Function · 0.45
symlink
Function · 0.45
win32_lchmod
Function · 0.45
chmod
Function · 0.45
_findfirstfile
Function · 0.45
_test_file_type_by_name
Function · 0.45
_test_file_exists_by_name
Function · 0.45
_path_isdevdrive
Function · 0.45
get_terminal_size
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected