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/common/src/crt_fd.rs:83–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
}
82
#[inline]
83
pub fn into_raw_fd(self) -> Raw {
84
let me = ManuallyDrop::new(self);
85
me.0
86
}
87
}
88
89
impl Drop for OwnedInner {
Callers
5
fopen
Function · 0.45
into_raw
Method · 0.45
to_pyobject
Method · 0.45
listdir
Function · 0.45
scandir
Function · 0.45
Calls
2
new
Function · 0.85
into_raw
Method · 0.45
Tested by
no test coverage detected