Function cloudabi::fd_read [] [src]

pub unsafe fn fd_read(fd_: fd, iovs_: &[iovec], nread_: &mut usize) -> errno

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.