pub unsafe fn fd_read(fd_: fd, iovs_: &[iovec], nread_: *mut usize) -> errnoExpand description
Reads from a file descriptor.
ยงParameters
fd: The file descriptor from which data should be read.
iovs: List of scatter/gather vectors where data should be stored.
nread: The number of bytes read.