Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_raw_fd
Method
into_raw_fd
crates/stdlib/src/posixsubprocess.rs:161–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
160
impl IntoRawFd for Fd {
161
fn into_raw_fd(self) -> RawFd {
162
self.0.as_raw_fd()
163
}
164
}
165
166
impl AsFd for Fd {
Callers
3
into_sock_fileno
Function · 0.45
close
Method · 0.45
from
Method · 0.45
Calls
1
as_raw_fd
Method · 0.45
Tested by
no test coverage detected