Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
rustix-0.34.0
rustix 0.34.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
rustc-std-workspace-alloc ^1.0.0
normal
bitflags ^1.2.1
normal
compiler_builtins ^0.1.49
normal
rustc-std-workspace-core ^1.0.0
normal
io-lifetimes ^0.6.0
normal
itoa ^1.0.1
normal
errno ^0.2.8
dev
libc ^0.2.116
dev
serial_test ^0.6
dev
tempfile ^3.2.0
dev
cc ^1.0.68
build
errno ^0.2.8
normal
libc ^0.2.116
normal
linux-raw-sys ^0.0.42
normal
winapi ^0.3.9
normal
errno ^0.2.8
normal
libc ^0.2.116
normal
once_cell ^1.5.2
normal
criterion ^0.3
dev
winapi ^0.3.9
normal
ctor ^0.1.21
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In rustix::io
?
Function
rustix
::
io
::
poll
source
·
[
−
]
pub fn poll(fds:
&mut [
PollFd
<'_>
]
, timeout:
i32
) ->
Result
<
usize
>
Expand description
poll(self.fds, timeout)
References
POSIX
Linux