Function rustix::event::fd_set_insert
source ยท pub fn fd_set_insert(fds: &mut [FdSetElement], fd: RawFd)
Expand description
Set fd
in the set pointed to by fds
.
pub fn fd_set_insert(fds: &mut [FdSetElement], fd: RawFd)
Set fd
in the set pointed to by fds
.