Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ as_fd
Method
as_fd
src/backend/linux_raw/event/poll_fd.rs:95–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
93
impl<
'fd> AsFd for PollFd<'
fd> {
94
#[inline]
95
fn as_fd(&self) -> BorrowedFd<'_> {
96
self.fd.as_fd()
97
}
98
}
Callers
7
fd
Method · 0.45
read_from
Method · 0.45
seek
Method · 0.45
read
Method · 0.45
read_more
Method · 0.45
new
Method · 0.45
set_fd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected