MCPcopy 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

93impl<'fd> AsFd for PollFd<'fd> {
94 #[inline]
95 fn as_fd(&self) -> BorrowedFd<'_> {
96 self.fd.as_fd()
97 }
98}

Callers 7

fdMethod · 0.45
read_fromMethod · 0.45
seekMethod · 0.45
readMethod · 0.45
read_moreMethod · 0.45
newMethod · 0.45
set_fdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected