☰
In rustix::io
Structs
DupFlags
Errno
FdFlags
IoSlice
IoSliceMut
PollFd
PollFlags
Enums
SeekFrom
Constants
PIPE_BUF
Functions
close
dup
dup2
dup3
fcntl_dupfd_cloexec
fcntl_getfd
fcntl_setfd
ioctl_fioclex
ioctl_fionbio
ioctl_fionread
ioctl_tiocexcl
ioctl_tiocnxcl
pipe
poll
pread
preadv
pwrite
pwritev
raw_stderr
raw_stdin
raw_stdout
read
readv
retry_on_intr
stderr
stdin
stdout
take_stderr
take_stdin
take_stdout
write
writev
Type Definitions
Result
?
Function
rustix
::
io
::
poll
source
·
[
−
]
pub fn poll(fds: &mut [
PollFd
<'_>], timeout:
i32
) ->
Result
<
usize
>
Expand description
poll(self.fds, timeout)
References
POSIX
Linux
Apple
Winsock2