pub const RIGHTS_POLL_FD_READWRITE: Rights = 1 << 27; // 0x0000_0000_0800_0000u64
Expand description

If rights::fd_read is set, includes the right to invoke poll_oneoff to subscribe to eventtype::fd_read. If rights::fd_write is set, includes the right to invoke poll_oneoff to subscribe to eventtype::fd_write.