twizzler_rt_abi::fd

Function twz_rt_fd_get_info

source
pub fn twz_rt_fd_get_info(fd: RawFd) -> Option<FdInfo>
Expand description

Get information about an open file descriptor. If the fd is invalid or closed, returns None.