[−][src]Function std::os::fortanix_sgx::usercalls::read
pub fn read(fd: Fd, bufs: &mut [IoSliceMut]) -> IoResult<usize>
Usercall read
. See the ABI documentation for more information.
This will do a single read
usercall and scatter the read data among
bufs
. To read to a single buffer, just pass a slice of length one.