Function fd_set_insert
pub fn fd_set_insert(fds: &mut [FdSetElement], fd: i32)
Available on crate feature
dep_rustix
only.Expand description
Set fd
in the set pointed to by fds
.
pub fn fd_set_insert(fds: &mut [FdSetElement], fd: i32)
dep_rustix
only.Set fd
in the set pointed to by fds
.