Expand description
A scheduling scheme whereby the local process periodically checks until the pre-specified events (for example, read, write) have occurred. The PollFd struct in 32-bit style.
Fields
fd: u32
File descriptor
events: PollEvent
Requested events
revents: PollEvent
Returned events
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PollFd
impl UnwindSafe for PollFd
Blanket Implementations
Mutably borrows from an owned value. Read more